.parallax-mirror {
    z-index:1 !important;
    /* visibility: initial !important; */
}

.parallax-window.banner-vhm:hover {
    cursor: pointer;
}

.banner-vhm {
    background-position: center;
}

.backstretch {
    background-attachment: scroll !important;
}

div#adm-inpage-h {
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: center;
}


.close_inread {    display: none !important;height: 0 !important;overflow: hidden !important;visibility: hidden;opacity: 0;transition: height .5s, visibility 0.3s linear,opacity 0.3s linear;}#admbackground-adm-why-close{transition: height 1s ease-out 0s; background-color: #F5F5F5; height: 0; position: absolute; top: -1px;z-index: 9;right: 0;left: -10px; overflow: hidden;}#admbackground-adm-why-close.adm-why-expand{height: 741px !important; padding: 16px;}#admbackground-adm-why-close .adm-close-title{font-style: normal; font-weight: bold; font-size: 14px; line-height: 17px; text-align: center; color: #333333;}#admbackground-adm-why-close input[type=radio]{position: absolute; visibility: hidden; display: none;}#admbackground-adm-why-close label{color: #666666; display: inline-block; cursor: pointer; font-weight: bold; padding: 5px 14px; border: 1px solid #B0B0B0; box-sizing: border-box; border-radius: 20px; margin-right: 4px; margin-top: 15px; font-size: 14px; font-family: Arial;}
#admbackground-adm-why-close input[type=radio]:checked+label{color: #FFFFFF; background: #3B5B71;}


@media (min-width: 767px) {
    .banner-vhm {
        display: none;
    }
}

@media (max-width: 767px) {
    .banner-vhm {
        display: block;
    }
}
