/*
    Created on : 2016-12-16, 13:40:46
    Author     : Sławomir Netteria.NET https://netteria.net
*/

#closer_videopopup{
    position: absolute;
    display: table-cell;
    right: 2%;
    top: 2%;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: default;
    background: none;
    border: none;
    color: #ffffff;


    z-index: 1000004;
}
#opct{
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
}
#videCont{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;*/
    height: 0;
    margin: auto;
    max-width: 80%;
    height: 0;
    height: auto !important;
}
#yt_video{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

video{
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    opacity: 1 !important;

}

@media screen and (max-width: 1000px) {
    #videCont {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        /*padding-top: 25px;*/
        height: 0;
        margin: auto;
        max-width: 1000px;
        height: 0;
        height: auto !important;
    }

    video {
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        opacity: 1 !important;
    }
}
 
/* EXTRAS */
.overlay-video {
    z-index: 99998;
}

.video-wrap {
    
    background-size: cover;
    background-position: bottom center;
}

.pause {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    z-index: 99999;
    cursor: pointer;
}

.playpause-small {
    background-image: url('/assets/gfx/play.png');
    background-repeat: no-repeat;
    width: 69px;
    height: 70px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    z-index: 99999;
    cursor: pointer;
    cursor: hand;
}

.playpause {
    background-image: url('/assets/gfx/play.png');
    background-repeat: no-repeat;
    width: 15%;
    height: 15%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    z-index: 998;
    cursor: pointer;
    cursor: hand;
}