/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*-----------------VIDEOPOP  ----------------*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
.wblock-video-pop{
    
}
.wblock-video-pop .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.videopop-wrap{
    PADDING: 70PX 0;
}
.videopop-img{
    height: 370PX;
    width: 70%;
    MARGIN: AUTO;
    DISPLAY: BLOCK;
    DISPLAY: FLEX;
    ALIGN-ITEMS: center;
    JUSTIFY-CONTENT: center;
    max-width: 900PX;
}
.videopop-play{
    WIDTH: 70PX;
    MARGIN: 0;
}
.videopop-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
}
.lity-iframe .lity-container, 
.lity-youtube .lity-container, 
.lity-vimeo .lity-container, 
.lity-facebookvideo .lity-container, 
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 1200px;
}
.lity-container button.lity-close:not(:hover):not(:active):not(.has-background) {
    font-family: 'icomoon';
    font-size: 50px;
    line-height: 1;
    text-shadow: none;
    text-shadow: none; 
    width: 80px;
    height: 80px;
    line-height: 0px;
    padding-top: 0;
    /* margin-top: -18px; */
    padding-bottom: 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 0;
    color: #fff;
    background-color: #000000 !Important;
}
/*LITY*/

.lity {
    z-index: 9990999;
}

.lity-container button.lity-close:hover {
    opacity: 1;
    font-family: 'icomoon';
    font-size: 50px;
    line-height: 1;
    text-shadow: none;
    
    width: 80px;
    height: 80px;
    line-height: 0px;
    padding-top: 0;
    /* margin-top: -18px; */
    padding-bottom: 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 0;
    color: #000;
    background: #fff !Important;
}

@media screen and (max-width: 990px) {
    .videopop-wrap{
        PADDING: 40PX 0;
    }
    .videopop-img{
        width: 90%;
    }
    
    .lity-close {
        font-size: 40px;
        width: 60px;
        height: 60px;
        line-height: 50px;
    }
    
    
}