/* Keep the hardware-accelerated video layer stable while scrolling. */
.hero__scroll-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #050505;
  opacity: 0;
  pointer-events: none;
}

.hero__media {
  transform: none !important;
  filter: none !important;
}
