@charset "utf-8";
/* CSS Document */

/* Change all text and icon colors in the player. */
.vjs-matrix.video-js {
  color: #FF0200;
}

/* Change the border of the big play button. */
.vjs-matrix .vjs-big-play-button {
  border-color: #FF0200;
}

/* Change the color of various "bars". */
.vjs-matrix .vjs-volume-level,
.vjs-matrix .vjs-play-progress,
.vjs-matrix .vjs-slider-bar {
  background: #FF0200;
}

.video-js .vjs-control-bar {
	background-color:  #333333;
}

.video-js .vjs-big-play-button  {
	width: 45px;
	height: 45px;
	margin-top: 5px;
	background-color:  #333333;
}
