.video-js {
  font-size: 10px;
  color: #ffffff;
}
.vjs-default-skin .vjs-big-play-button {
  font-size: 10em;
  line-height: 1.2em;
  height: 1.2em;
  width: 1.2em;
  border: 0em solid #ffffff;
  border-radius: 3em;
  left: 50%;
  top: 50%;
  margin-left: -0.6em;
  margin-top: -0.6em;
}
.video-js .vjs-big-play-button {
  background-color: rgba(255, 255, 255, 0.3);
}
.video-js:hover .vjs-big-play-button {
  background-color: rgba(255, 255, 255, 0.4);
}
.video-js .vjs-control-bar,
.video-js .vjs-menu-button .vjs-menu-content {
  background-color: rgba(0, 0, 0, 0.3);
}
.video-js .vjs-slider {
  background-color: rgba(255, 255, 255, 0.5);
}
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #000000;
}
.video-js .vjs-load-progress {
  background: white;
  background: rgba(255, 255, 255, 0.5);
}
.video-js .vjs-load-progress div {
  background: white;
  background: rgba(255, 255, 255, 0.75);
}
.vjs-poster {background-size:100% !important; }