/** Shopify CDN: Minification failed

Line 44:0 Expected "}" to go with "{"

**/
/* ----- VIDEO BACKGROUND FULL ----- */
.video-banner {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  height: clamp(90vh, 40vh + 20vw, 150vh);
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.video-banner__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.video-banner__media video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  transform: translate(-50%, -50%);
}


@media screen and (min-width: 1000px) {
  .video-banner {
    height: 150vh;
  }
