.glue_close{
    background-color: inherit;
    box-shadow:none;
    border-radius:inherit;
    top: 0px;
    left: -5px;
    font-size: 25px;
}

.glue_block_layer{
    background-image: url(../images/pattern.png);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.glue_container{
    display: block;
    z-index: 1000;
    position: fixed;
    left: 50%;
    top: 50%;
    height: 620px;
    width: 870px;
    transform: translateX(-50%) translateY(-50%);
    display: none;
}
@media screen and (max-width:1200px) {
    #beforeyougo{
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
    }
    .glue_container{
        width: 526px;
    }
    .glue_content{
        overflow: inherit;
        padding: 40px 80px;
    }
    .glue_box_left{
        width: 100%;
        background: none;
        height: auto;
    }
    .glue_box_left img{
        width: auto;
        max-height: 250px;
    }
    .glue_box_right{
        width: 100%;
        float: initial;
    }
    .popup-right{
        float: initial;
    }
    .glue_content,.text-center{
        margin-top: 0 !important;
    }
    .infusion-submit{
        margin-top: 1rem !important;
        display: flex;
        justify-content: center;
    }
    .pop-right a{
        display: block;
        max-width: 300px;
    }
    .time-item{
        display: flex;
        justify-content: center;
    }
    #second_show{
        margin-right: 0;
    }
    .clock{
        margin-top: 1rem;
    }
}

@media screen and (max-width:768px){
   .glue_container{
        width: 95% !important;
    }
    .glue_content{
        overflow: inherit;
        padding: 40px 40px;
    }
    .time-item{
        justify-content: center;
    }
}

@media screen and (max-width:400px){
    .infusion-field h4{
        font-size: 16px;
    }
}

.glue_block_layer {
    background-image: url(../images/pattern.png);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
