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

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


    z-index: 100004;
}
#opct{
    position: relative;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    opacity: 0.9;
}
#videCont2{
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 0;
    margin: auto;
    max-width: 720px;
    height: 0;
    height: auto !important;
}
#yt_video{
    position: relative;
    padding-bottom: 10px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
iframe{
   position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}
video{
    position: relative;
    top: 15%;
    left: 0;
    width: 100%;
    opacity: 1 !important;

}
#video2{
    cursor: pointer;
}
