/** Shopify CDN: Minification failed

Line 29:3 Expected "}" to go with "{"

**/

/* FULL VIDEO VISIBILITY – NO CROPPING */
video {
  object-fit: contain !important;
  width: 100% !important;
  height: auto !important;
}

/* Fix video banner / slideshow height */
.video,
.video-banner,
.banner,
.slideshow,
.media {
  height: auto !important;
  min-height: unset !important;
}

/* Mobile fix */
@media (max-width: 768px) {
  video {
    object-fit: contain !important;
    max-height: 100vh !important;
  }