
/* Launch preparation: fade the image itself at both edges, including WebKit. */
.hero.hero-overlay{background:#000;isolation:isolate}
.hero.hero-overlay>img{display:block;width:100%;max-width:none;height:100%;object-fit:contain;left:0;transform:none;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 82%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 82%,transparent 100%)}
.hero.hero-overlay:after{pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.12) 75%,rgba(0,0,0,.35))}
@media(max-width:650px){.hero.hero-overlay>img{height:auto;position:relative}}
.hero.hero-overlay>img{width:auto;max-width:100%;left:50%;transform:translateX(-50%)}@media(max-width:650px){.hero.hero-overlay>img{width:100%;left:0;transform:none}}
