/* Mobile header: full SENSORIA wordmark beside the menu button */
@media screen and (max-width: 979px) {
	.navstrip .logo {
		display: none !important;
	}

	.navstrip .logowords,
	.navstrip .logowords a.mobhome {
		position: fixed;
		top: 0;
		left: 8px;
		width: calc(100% - 56px);
		height: 45px;
		overflow: hidden;
		z-index: 2000003;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		float: none;
	}

	.navstrip .logowords a {
		display: none;
	}

	.navstrip .logowords a.mobhome {
		display: flex;
	}

	.navstrip .logowords img.mobonly,
	.home .navstrip .logowords img.mobonly {
		display: block;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 36px;
		object-fit: contain;
		object-position: left center;
		filter: none !important;
	}
}
