/* Change all text and icon colors in the player. */
.videoSkin.video-js {
    color: #fff;
}

/* Change the color of various "bars". */
.videoSkin .vjs-volume-level,
.videoSkin .vjs-play-progress,
.videoSkin .vjs-slider-bar {
    background: #4AA2D9;
}

.videoSkin .vjs-volume-panel{
    display: none;
}

.video-js .vjs-big-play-button {
    display: none;
}
.video-js .vjs-control-bar {
    display: flex;
}