
@media only screen and (max-width: 600px) {
    .txt_yello.zyelo_hvr {
        padding: 10px 20px !important;
    } 
    #banner {
        .cu_container {
            margin-top: 60px !important;
        }
        img {
            width: 100% !important;
            max-width: 100% !important;
            height: 220px !important;
        }
    }
    header {
        .container {
            .logo-part {
                img {
                    max-width: 70px !important;
                    border: 3px solid #fff !important;
                }
            }
        }
    }
    #menu-footer-menu {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        li {
            margin: 10px !important;
            float: none !important;
            text-align: center !important;
            width: auto !important;
        }
    }
    .sec_11  {
        padding: 0 30px 30px 30px;
        .cu_container {
            width: 100% !important;
        }
    }
    .cont_tct li {
        margin-left: 0 !important;
        margin-top: 1rem !important;
    }
}
@media only screen and (max-width: 400px) {
    #banner {
        .cu_container {
            margin-top: 85px !important;
        }
    }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
    #banner {
        .cu_container {
            margin-top: 45px !important;
        }
        img {
            width: 100% !important;
            max-width: 100% !important;
            height: 300px !important;
        }
    }
    header {
        .container {
            .logo-part {
                img {
                    max-width: 90px !important;
                }
            }
        }
    }
    #menu-footer-menu {
        display: flex;
        justify-content: center;
        li {
            margin: 10px !important;
            float: none !important;
            text-align: center !important;
            width: auto !important;
        }
    }
    .cont_tct {
        li span {
            display: block;
            white-space: nowrap;
        }
    }
    .sec_11  {
        padding: 0 30px 30px 30px;
    }
    .page-template-template-gallery {
        .row {
            img {
                width: 100%;
                height: 175px;
            }
        }
    }
}
@media only screen and (min-width: 768px) { }
@media only screen and (min-width: 992px) { }
@media only screen and (min-width: 1200px) { }
@media only screen and (min-width: 1400px) { }
@media only screen and (max-width: 600px) and (min-width: 400px) { }