.fluid-player-shell {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.fluid-video,
.fluid-player-shell .fluid_video_wrapper,
.fluid-player-shell .fluid_video_wrapper video {
  width: 100% !important;
  height: 100% !important;
}

.fluid-video,
.fluid-player-shell video {
  object-fit: contain;
  background: #000;
}

.fluid-player-shell .fluid_controls_container {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
