.hero-poster,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-poster {
  z-index: 0;
  animation: none;
  transform: none;
}

.hero-video {
  z-index: 0;
  display: block;
  filter: saturate(0.82) contrast(1.12) brightness(0.9);
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }
}
