.modal_ads1_containter {
    /*z-index: 10000;*/
}
.show_modal_ads1_containter {
    display: block;
    animation:          fadeIn_modal_ads 2.5s;
    -webkit-animation:  fadeIn_modal_ads 2.5s;
    -moz-animation:     fadeIn_modal_ads 2.5s;
    -o-animation:       fadeIn_modal_ads 2.5s;
    -ms-animation:      fadeIn_modal_ads 2.5s;
}
.modal_ads1_bg_image {
    width: 100%;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 674px;
    padding: 0;
    position: fixed;
    top: 0;
    /*z-index: -1;*/
    /*opacity: 0.65;*/
}
/*.modal_ads1_bg {
        background-image: url("../img/9.png");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.65;
    }*/
.opacity_full{
    opacity: 1 !important;
}
.modal_ads1_textbox{
        position: absolute;
        top: 55%;
        left: 20px;
}
.modal_ads1_message {
    font-size: 4rem;
    color: white !important;
    font-weight: 500;
    text-shadow: 2px 4px 4px rgba(46,91,173,0.6);
}
.modal_button_close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
}
@media screen and (max-width: 600px) {
    .modal_ads1_textbox{
        top: 17%;
    }
    .modal_ads1_bg_image {
        width: initial;
        height: 100%;
    }
}
.modal_close_adjust {
    line-height: 0.74 !important;
}