/*
    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: 38px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: pointer;
    background: none;
    border: none;
    color: #ffffff;
    z-index: 99999999 !important;
}
#opct{
    position: fixed;
    z-index: 999999 !important;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=40);
    -moz-opacity: 0.40;
    opacity: 0.40;
}
#videCont{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 720px;
    height: 0;
    height: auto !important;
}
#mylightbox video{
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    opacity: 1 !important;
    z-index: 99999999 !important;
    max-height: 700px;

}
.webkit #mylightbox video{top:7%;}

#video1{
    cursor: pointer; cursor: hand;
}

