.popup.video-ad {
    position   : fixed;
    left       : 15px;
    bottom     : 15px;
    z-index    : 999;
    text-align : center;
    width      : 300px;
    height     : 300px;
    font-size  : 18px;
    padding-top: 2px;
    line-height: 180%;
    overflow   : hidden;

}

@media(max-width:767px) {
    .popup.video-ad {
        width : 150px;
        height: 150px;
    }

    .pop-img img {
        width: 100%;
    }
}

.video-ad .off {
    position        : absolute;
    top             : 0px;
    right           : 10px;
    cursor          : pointer;
    background-color: rgba(230, 230, 230, 0.3);
    line-height     : 1;
    border-radius   : 50%;
    width           : 30px;
    height          : 30px;
    padding-top     : 3px;
}

@media(max-width:767px) {
    .video-ad .off {
        right: 0px;
    }
}

.video-ad .pop-img {
    width: 100%;
}