﻿body{
    margin:0;
}
.player_wrapper {
    position: relative;
    /*max-width: 813px;*/
    width: 100%;
    z-index: 10;
}

body.vjs-full-window .player_wrapper {
    position: static;
    z-index: 10;
}


#mainPlayer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}


@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 991px) and (min-width: 768px) {}

/*video ontop*/
@media only screen and (min-width: 992px) {}

.customOverlay {
    display: none !important;
}

.customOverlay.vjs-hidden {
    display: block !important;
    width: 100%;
    left: 0;
    border-radius: 0;
    top: 0;
    font-size: 16px;
    background: linear-gradient(to top, rgba(100, 50, 20, 0), rgb(64, 62, 62));
    padding-top: 15px;
}

@media only screen and (min-width: 650px) {
    .aside .vjs-big-play-centered .vjs-big-play-button {
        font-size: 2em !important;
    }
}

@media only screen and (max-width: 649px) {
    .vjs-big-play-centered .vjs-big-play-button {
        font-size: 2em;
    }
}

@media only screen and (min-width: 992px) {}

.hidden {
    display: none;
}

.vjs-big-play-button {
    top: initial !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: 10px !important;
}

.vjs-error-display {
    display: none !important;
}

.vjs-error .vjs-big-play-button {
    display: block !important;
    color: palevioletred;
}

.vjs-big-play-centered .vjs-big-play-button {
    font-size: 2em;
}

video.vjs-tech {
    object-fit: contain !important;
}

@media (max-width: 992px) {
    .vjs-big-play-centered .vjs-big-play-button {
        font-size: 2em;
    }
}

/*.vjs-youtube .vjs-loading-spinner {
    display: none !important;
}*/