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

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