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

.closer_videopopup{
    position: absolute;
    display: none;
    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: 100004;
}
.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;
    display:flex;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin: auto;
    max-width: 720px;
    height: 0;
    height: auto !important;
    justify-content:center;
}
#v1, #v2, #v3, #v4, #v5, #v6{
    top: 0;
    left: 0;
    height: 100vh;
    opacity: 1 !important;

}
#yt_video{
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
    max-width: 100%;
}
iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important;

}
#video1, #video2, #video3{
    cursor: pointer; cursor: hand;
}
.video-overlay-content{
    position:absolute;
}
.video-overlay{
    position:absolute;
    display:flex;
    align-items:center;
    padding: 15px 30px 40px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.video-overlay-face{
    width:60px;
    height:60px;

}
.video-overlay-info{
    padding-left:15px;
}
.video-overlay-name{
    font-size:20px;
    line-height:20px;
    font-weight: bold;
    color:#fff;
    text-shadow: -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 1px 1px 0 #000;
    margin-bottom:5px;
    font-family: 'PFDinTextCondPro-Regular';
}
.video-overlay-time{
    font-size:17px;
    line-height:17px;
    text-align:left;
    font-weight: bold;
    color:#fff;
    text-shadow: -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 1px 1px 0 #000;
    margin-bottom:0px;
    font-family: 'PFDinTextCondPro-Regular';
}
.cross-video{
    background: url(../images/cross-video.svg) no-repeat center center;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 34px;
        height: 34px;
        cursor: pointer;
        z-index: 9;
}