.hero__fallback{
  z-index:1!important;
  background-image:url('../images/hero-f35b.jpg')!important;
  background-size:cover!important;
  background-position:center 48%!important;
  animation:none!important;
  transform:none!important;
  filter:saturate(.72) contrast(1.08) brightness(.94)!important;
  opacity:1!important;
}
.hero__video{
  z-index:2!important;display:block!important;opacity:0;
  object-position:center 50%;filter:saturate(.78) contrast(1.08) brightness(.84);
  transition:opacity .7s ease;
}
.hero.video-ready .hero__video{opacity:1}
.hero.video-failed .hero__video,.motion-off .hero__video{display:none!important}
.hero__shade{
  z-index:3!important;
  background:
    linear-gradient(90deg,rgba(3,8,15,.95) 0%,rgba(4,15,28,.70) 40%,rgba(5,23,42,.18) 72%,rgba(2,8,15,.50) 100%),
    linear-gradient(0deg,rgba(3,8,15,.88),transparent 50%)!important;
}
.hero__content{z-index:4!important}.scroll-cue{z-index:5!important}.hero__fallback{transition:opacity .7s ease!important}
.hero.video-ready .hero__fallback{opacity:.18!important}
@media(max-width:720px){
  .hero__fallback{background-position:58% center!important}
  .hero__shade{background:linear-gradient(90deg,rgba(3,8,15,.92),rgba(5,24,43,.30)),linear-gradient(0deg,rgba(3,8,15,.84),transparent 54%)!important}
}
