* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

#jwplayerDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.jwplayer {
  position: relative !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.jw-media {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}

.jw-video {
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
}

/* Ensure controls are visible and properly positioned */
.jw-controls {
  z-index: 10 !important;
}

.jw-controlbar {
  z-index: 11 !important;
}