@media screen and (max-height: 820px) {    
    #agegate .modal_content_container{
        top:20px;
    }
}
@media screen and (max-height: 750px) {    
    .modal.modal-iframe .modal_content_container{
        top:60px;
        height:calc(100% - 60px);
    }
    .modal.modal-iframe .modal_content{
        box-sizing: border-box;
        height:100%;
        padding: 0;
    }
    .modal.modal-iframe iframe{
        box-sizing: border-box;
        height:100%;
    }
}
@media screen and (max-width: 900px) {
    .title_container h2 {
        font-size: 23px !important;
        line-height: 25px !important;
    }
    .title_container h3 {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .btn {
        min-width: 0;
        max-width: 100%;
    } 
    #footer_wrap {
        width: 100%;
    }
    #footer_left, #footer_right {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align:center;    
        min-height: 0;
    }
    #logoFooterContainer{
        text-align:center;
        margin-bottom:20px;
    }
    #logoFooterContainer img{
        max-width: 150px;
        height: auto;
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    #age_gat_logo {
        padding: 0;
    }
    #age_gat_intro_2,
    #age_gat_intro_3,
    #age_gate_accept_conditions
    {
        box-sizing: border-box;
        font-size: 13px;
    }
    #age_gat_logo {
        max-width: 125px;
    }
    #age_gat_intro_1 {
        font-size: 17px;
        margin: 20px auto 0px auto;
    }
    #agegate .modal_content{
        padding:20px;
    }
    #age_gate_country_container {
        margin-top: 0;
    }    
    #age_gate_warning_alcohol{
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .title_container {
        padding: 50px;
    }
    #footer_right .menu a {
        font-size: 15px;
        letter-spacing: 1px;
    }
    #title_footer {
        font-size: 18px;
        letter-spacing: 1px;
    }
    #footer {
        padding: 20px 0;
    }
    #warning_alcohol {
        font-size: 10px;
    }
}