/* File: assets/css/player.css */
.theroot-video-container {
  max-width: 100%;
}

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

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

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

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

/* BLOCK - REMOVE IN PRODUCTION */
* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}
/* END-BLOCK */
