.video-resource__wrapper .fave-player-container {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-resource__wrapper .fave-player-container.is-video-fixed [data-testid="overlay-root"],
.video-resource__wrapper .fave-player-container.is-video-fixed .pui-wrapper,
.video-resource__wrapper .fave-player-container.is-video-fixed .pui_default-play-slate,
.video-resource__wrapper .fave-player-container.is-video-fixed .pui_control-bar,
.video-resource__wrapper .fave-player-container.is-video-fixed .pui_metadata {
  display: none !important;
}

.video-resource__wrapper .fave-player-container.is-video-fixed video[data-testid="VideoElement"] {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  background: #000;
}
