.vi__video-container.vi__hero {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
}

.vi__video-container.vi__hero video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}