


#html5-lightbox-box {
    margin: 0px auto 0 !important;
    width: 100% !important;
    max-width: 1450px !important;
    height: auto !important;
    top: 50% !important;
    transform: translateY(-50%);
}
.html5-elem-wrap {
    width: 100% !important;
    height: 100% !important;
    background: none !important;
}
.html5-elem-box{
    background: none !important;
    /*height: 634px !important;*/
}
#html5-watermark {
    display: none !important;
}
.html5-image {
    padding: 0 !important;
}
.html5boxVideoControls{
    width: 100% !important;
    max-width: initial !important;
}
.html5lightbox-video{
    background: none !important;
}


@media (max-width: 990px) {
    #html5-lightbox-box {
        margin: 0px 25px 0px 25px !important;
        width: calc(100% - 50px) !important;
        max-width: 1130px !important;
        height: auto !important;
        top: 50% !important;
        transform: translateY(-50%);
    }
    .html5-elem-wrap, .html5-elem-box {
        background: none !important;
    }
}
