/* File: assets/css/theroot-watch-player.css */

.theroot-watch-video-container {
  max-width: 100%;
}

.theroot-watch-video-container .video-js {
  background: #000;
  margin: 0 auto;
}

.theroot-watch-video-container .vjs-control-bar {
  background: rgba(0, 0, 0, 0.7);
}

.theroot-watch-video-container .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.theroot-watch-video-container video {
  width: 100%;
  height: auto;
}
