.plyr-fill {
  position: relative;
  overflow: hidden;

  .plyr {
    width: 100% !important;
    height: 100% !important;
  }
  .plyr__video-embed {
    aspect-ratio: unset !important;
    width: 100% !important;
    height: 100% !important;
  }

  .plyr__video-embed__container {
    transform: none !important;
    padding-bottom: 0 !important;
    position: static !important;
  }

  iframe,
  .plyr__poster {
    aspect-ratio: 16 / 9;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    height: auto !important;
    min-height: 100% !important;
    min-width: 100% !important;
  }
}
