.distilled .banner-hero__video-popup {
    display: none;
}
.banner-hero[class*="distilled-"] {
	background: var(--gradient);
}
.banner-hero {
  position: relative
}
.banner-hero::before {
  content: "";
  height: 100%;
  width: 88%;
  top: 0;
  right: 0;
  position: absolute;
  background: rgba(0,0,0,.0901960784);
  z-index: 0;
  pointer-events: none;
  opacity: var(--before-opacity);
}
.banner-hero__top-section {
  width: 95%;
  height: 59.1rem;
  z-index: 3;
  position: relative
}
.banner-hero__top-section::before {
  background: rgba(0,0,0,.0901960784);
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.banner-hero__bg-video {
  height: 100%;
  width: 100%;
  background: var(--black);
  opacity: 0;
}
.banner-hero__video-popup {
  position: absolute;
  inset: auto 7.66rem 10rem auto;
  z-index: 4
}
.banner-hero .background-video__overlay {
  inset: auto 24rem 10rem auto
}
.banner-hero__image {
  margin-top: -2rem;
  position: relative;
  z-index: 4;
  left: -1.5rem
}
.banner-hero__side {
  position: absolute;
  width: auto;
  top: 15.5rem;
  right: 0;
  opacity: 0;
}
.banner-hero__title {
  font-size: 8rem!important;
  line-height: calc(100% - 2rem)!important;
  opacity: 0;
}
.banner-hero__intro {
  margin-right: 3.2rem;
  transform: translateYX(200px);
  opacity: 0;
}
.banner-hero__content {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3
}
.banner-hero__img {
  height: 12.3rem
}
.banner-hero__label {
  margin-left: 2.7rem;
  transform: translateX(-200px);
  opacity: 0;
}
.banner-hero__intro {
  margin-left: 2.7rem
}
.banner-hero__inner::before {
  content: none
}
.banner-hero__inner::after {
  content: none
}
.banner-hero__bottom {
  z-index: 4;
  pointer-events: none;
  opacity: 0;
}
.banner-hero .cta__icon {
  z-index: 4;
  height: 4.4rem;
  width: 4.4rem;
  font-size: 1.2rem;
  line-height: 4.4rem
}
.banner-hero__bg-bottom {
  display: none;
  opacity: 0.8
}
.banner-hero__bg-top {
  position: absolute;
  right: -3.2rem;
  bottom: 50%;
  height: 70rem;
/*   width: 50%; */
  opacity: 0.8
}
@media (min-width:768px) {
  .banner-hero::before {
    width: 70%;
    z-index: 2
  }
  .banner-hero__video-popup {
    right: 3.2rem;
    bottom: 3.2rem
  }
  .banner-hero .background-video__overlay {
/*     right: 22.2rem; */
	right: 3.2rem;
    bottom: 3.2rem
  }
  .banner-hero__top-section {
    width: 87%;
    height: 50rem;
    z-index: 3;
    position: relative
  }
  .banner-hero__top-section .background-video__iframe iframe {
    scale: 1.2;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
  }
  .banner-hero__side {
    right: -10.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .banner-hero__image {
    margin-top: -7.2rem;
    left: 0;
    pointer-events: all;
    max-width: 31.2rem
  }
  .banner-hero__img {
    height: auto
  }
  .banner-hero__title {
    font-size: 15.5rem!important;
    line-height: calc(100% - 3rem)!important
  }
  .banner-hero__label {
    margin-left: 0
  }
  .banner-hero__intro {
    margin-left: 0;
    position: relative;
    top: -.5rem
  }
  .banner-hero__bg-bottom {
    position: absolute;
    display: block;
    left: -20%;
    bottom: -12%;
    height: 72rem;
    width: auto;
    aspect-ratio: 1
  }
  .banner-hero__bg-top {
    position: absolute;
    right: -10%;
    bottom: 50%; 
    height: 60rem;
/*     width: 50% */
	width: 100%;
  }
}
@media (min-width:992px) {
  .banner-hero__title {
    font-size: 19.5rem!important;
    line-height: calc(100% - 4rem)!important
  }
  .banner-hero__top-section {
    height: 60rem
  }
  .banner-hero__top-section .background-video__iframe iframe {
    scale: 1.2;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
  }
  .banner-hero__bg-bottom {
    left: -12%;
    bottom: -8%
  }
  .banner-hero__bg-top {
    right: -12%;
    bottom: 50%;
    height: 72rem
  }
}
@media (min-width:1200px) {
  .banner-hero__title {
    font-size: 29.5rem!important;
    line-height: calc(100% - 4rem)!important
  }
  .banner-hero__top-section {
    height: 80rem
  }
  .banner-hero__top-section .background-video__iframe iframe {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
  }
  .banner-hero__bg-top {
/*     right: -10%; */
	right: -45%;
    height: 110rem
  }
}
@media (min-width:1400px) {
  .banner-hero__top-section {
    max-width: 123.4rem
  }
  .banner-hero__bg-bottom {
    left: -8%;
  }
  .banner-hero__bg-top {
    height: 82rem
  }
}