.vjs-theme-fantasy.video-js {
    color: #fff;
}
/* Change the border of the big play button. */
.vjs-theme-fantasy .vjs-big-play-button {
    border-color: #ddd;
    color: #fff;
    opacity: 0.6;
}
/* Change the color of various "bars". */
.vjs-theme-fantasy .vjs-volume-level,
.vjs-theme-fantasy .vjs-play-progress,
.vjs-theme-fantasy .vjs-slider-bar {
    background: #ddd;
}

.video-js .vjs-time-control {
    display: block;
}
.video-js .vjs-remaining-time {
    display: none;
}