/* Change all text and icon colors in the player. */
.vjs-matrix.video-js {
    color: #ffffff;
    font-size:1.5em;
}
  
/* Change the border of the big play button. */
.vjs-matrix .vjs-big-play-button {
    border-color: #ffffff;
}
  
/* Change the color of various "bars". */
.vjs-matrix .vjs-volume-level,
.vjs-matrix .vjs-play-progress,
.vjs-matrix .vjs-slider-bar {
    background: #b491ff;
}