/* UTAA Hero Override */
.shopify-section--slideshow .content-over-media--auto {
  --content-over-media-height: calc(100vh - var(--sticky-area-height, 0px)) !important;
}
@supports (height: 100svh) {
  .shopify-section--slideshow .content-over-media--auto {
    --content-over-media-height: calc(100svh - var(--sticky-area-height, 0px)) !important;
  }
}
.shopify-section--slideshow video {
  object-fit: cover !important;
}