.hero {
  min-height: 100svh;
}

.hero-image {
  z-index: 0;
}

.hero-video {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  z-index: 2;
}

.hero-content,
.hero-bottom {
  z-index: 3;
}

@media (max-width: 900px) {
  .hero,
  .production-reel {
    min-height: 100svh;
  }
}
