@media screen and (max-width: 1920px) and (min-width: 1560px) {
    .header_main{
        height: 750px;
    }
    .cat_header{

        height: 400px !important;
    }

}

@media only screen and (max-width: 1400px) {
    .header_main{
        height: 600px;
    }
    .cat_header{
        height: 400px;
    }
    .ticket_sell_status_text{
        font-size: 0.8rem !important;
    }
}

@media only screen and (max-width: 1366px) {
    .header_main{
        height: 750px;
    }

    .cat_header{
        height: 400px;
    }
    .ticket_sell_status_text{
        font-size: 0.7rem !important;
    }
}

@media only screen and (max-width: 1200px) {
    .header_main{
        height: 750px;
    }
    .cat_header{
        height: 400px;
    }
    .ticket_sell_status_text{
        font-size: 0.6rem !important;
    }
}

@media only screen and (max-width: 1024px) {
    .header_main{
        height: 750px;
    }
    .cat_header{
        height: 150px;
    }

    .ticket_sell_status_text{
        font-size: 0.6rem !important;
    }
}

@media only screen and (max-width: 990px) {
    .header_main{
        height: 750px;
    }
    .cat_header{
        height: 750px;
    }
}

@media only screen and (max-width: 768px) {
    .header_main_text {
        font-size: 2rem;
    }
    .header_main{
        height: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .header_main_text {
        font-size: 1.5em;
    }
    .header_main{
        height: 150px;
    }
}

@media only screen and (max-width: 500px) {
    .header_main_text {
        font-size: 1.5rem;
    }
    .header_main{
        height: 500px;
    }
}

@media only screen and (max-width: 350px) {

    .header_main_text {
        font-size: 1.5rem;
    }

    .header_main{
        height: 80px !important;
    }
}
