.hero__video-player video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.hero__video-player .plyr {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.hero__video-player .plyr__video-wrapper {
  height: 100%;
  background: #000;
}

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