.hero-video-wrap {
  position: relative;
  overflow: hidden;
}

.hero-poster,
.hero-poster img,
.hero-video {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-poster {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-poster img {
  object-fit: cover;
}

.hero-video {
  position: relative;
  z-index: 2;
  object-fit: cover;
}