/** Shopify CDN: Minification failed

Line 21:1 Expected ")" to go with "("

**/
.banner .banner__media {
 	-o-object-fit: contain;
	   object-fit: contain;
}

@media (min-width: 768px) {
	.banner .banner__inner {
		padding: 0px;
	}
	.banner .banner__wrapper {
		min-height: calc(var(--banner-min-height-desktop);
	}
	.banner .banner__col .banner__media-wrapper {
		min-height: calc(var(--banner-min-height-desktop);
	}
}