.hero-video {
  width: 100%;
  height: 100vh;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}