.custom-template .vjs-control-bar {
    background: rgba(43,51,63,.7) !important;
}
div.vjs-watermark {
    height: 15% !important;
    z-index: 1100;
}
.vjs-watermark img {
    height: 100% !important;
}
.custom-template .vjs-fullscreen-control:before {
    background: url(img/fullscreen.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}
.custom-template .vjs-share-control:before {
    background: url(img/share.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}
.custom-template .vjs-resolution-button:before {
    content: "";
    background: url(img/settings.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
}
.custom-template .vjs-big-play-button {
    background: url(img/play.svg) no-repeat !important;
    background-size: 100% 100% !important;
    height: 5.5em;
    width: 7em;
    margin-top: -2.75em;
    margin-left: -3.5em;
    border: none;
}
.custom-template .vjs-big-play-button:before {
    content: none;
}
.custom-template .vjs-progress-holder {
}
.custom-template .vjs-remaining-time {
    padding-right: 0;
}
.custom-template .vjs-fullscreen-control {
    left: -115px;
}
.custom-template .vjs-resolution-button.vjs-hidden + .vjs-fullscreen-control {
    left: -85px;
}
.custom-template .vjs-share-control {
    left: -15px;
}
.custom-template .control-bar-logo {
    left: 72px;
    position: relative;
}
.custom-template .vjs-share-control.vjs-hidden + .control-bar-logo {
    left: 36px;
}
.custom-template .vjs-resolution-button {
    left: 39px;
}
@media only screen and (max-device-width: 480px) {
    .custom-template .vjs-fullscreen-control {
        left: -75px;
    }
    .custom-template .vjs-resolution-button.vjs-hidden + .vjs-fullscreen-control {
        left: -45px;
    }
    .custom-template .control-bar-logo {
        left: 36px;
    }
    .custom-template .vjs-resolution-button {
        left: 37px;
    }
}