@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    header .header_logos {
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    header .header_logos img {
        width: 50%;
        height: auto;
    }

    header .header_logos a {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    header img.top_header_banner {
        width: 100% !important;
    }

    .banner .front-text h1 {
        font-size: 40px;
        line-height: normal;
    }

    .banner .front-text p {
        font-size: 20px;
    }

    section.products-row video {
        width: 100%;
        margin-top: 50px;
        border-radius: 20px;
    }

    section.products-row .product_posters {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .products-row .product-info h2 {
        font-size: 40px;
    }

    section.products-row .product-info p {
        font-size: 20px;
    }

    .tixdeal_inner_sec h2 {
        font-size: 40px;
    }

    .show_section_head {
        text-align: center;
    }

    .show_section_head h2 {
        font-size: 40px;
    }

    .show_section_head p {
        font-size: 20px;
    }

    section.home-vegas-shows .single_show {
        margin-bottom: 30px;
    }

    .footer_logos {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }

    .footer-btm {
        margin-top: 0;
    }

    section.get-ready {
        padding: 30px;
    }
    
    section.get-ready h2 {
        font-size: 40px;
    }

}

@media only screen and (min-width: 0px) and (max-width: 299px) {}

.slicknav_btn {
    background-color: #000;
}

.slicknav_menu {
    background: #000;
}