
.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: 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;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 720px;
    height: 0;
    height: auto !important;
}


#vidPatietenBox1 .videCont,
#vidPatietenBox2 .videCont {
    position: absolute;
    width: 100%;
    max-width: 350px;
    padding: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


#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;
} */
video{
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    opacity: 1 !important;
    transform: none; 
    min-height: auto;

}


#vidPatietenBox1 video,
#vidPatietenBox2 video {
    position: static;
}

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


@media (max-width:767px){
    video {
        top: 87%;
        min-height: auto;
        PADDING: 0 10px;
        display: block;
    }

    #vidPatietenBox1 .videCont,
    #vidPatietenBox2 .videCont {
        max-width: 320px;
    }
}