.hero-bg {
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.hero-bg .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}