/****** COMMON ******/

.sl-bloc li.sl-active,
.sl-bloc li.active,
.sl-player-button.sl-active {
    background-color: #666666 !important;
}
#sl-description a {
    color: #666666;
}
.vjs-quality-selector{
    display: none !important;
}
.slIcon__interactions{
    display: none !important;
}
.vjs-big-play-button {
    width: 100px !important;
    height: 100px !important;
    background-size: 100px !important;
    margin-top: -50px !important;
    margin-left: -50px !important;
    background-image: url(https://cfcdn.streamlike.com/c/6e1241d45beb8795/logos/198/logo.png) !important;
}
.vjs-ended .vjs-big-play-button {
    display: none !important;
}
.vjs-has-started .vjs-big-play-button {
    display: none !important;
}

/****** FLOWPLAYER ******/

.flowplayer .fp-progress,
.flowplayer .fp-volumelevel,
.flowplayer .fp-dropdown li.active,
.flowplayer.is-fullscreen .fp-fullscreen
{
    background-color: #666666 !important;
}

/****** THEOPLAYER ******/

.vjs-default-skin .vjs-menu-button ul li.vjs-selected,
.theoplayer-skin .vjs-play-progress,
.theoplayer-skin .vjs-volume-level
{
    background-color: #666666 !important;
}