.\#background-video {
  --height: 64vh;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.\#background-video-wrapper {
  position: relative;
  z-index: 2;
  height: var(--height);
  overflow: hidden;
}
.\#background-video .plyr,
.\#background-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}