/* Lightweight replacement for the original autoplay background video. */
.aboutVideo .fixedVideo .widthMotion_video {
  background: #000;
  will-change: width, margin-top;
}

.aboutVideo .fixedVideo .widthMotion_video::after {
  background: #000;
}

.aboutVideo .black-scroll-surface {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

@media (prefers-reduced-motion: reduce) {
  .aboutVideo .fixedVideo .widthMotion_video {
    width: 100% !important;
    margin-top: 0 !important;
  }
}
