.video-hero {
  overflow: hidden;
  width: 100%;
}

.video-hero__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
