@media (min-width: 180px) and (max-width: 319px) {
    /*==========================
    BANNER QUERY
    ==========================*/
    .banner{
        height: auto;
    }

    .banner .banner-content img{
        width: 120%;
        height: auto;
    }

    .banner .banner-content h3{
        display: none;
    }

    .shape::before{
        top: 125px;
        z-index: -1;
    }

    .shape::after{
        top: 125px;
        z-index: -1;
    }

    .banner .banner-content form{
        width: 99%;
        margin-top: 200px;
    }

    /*=============================
    PRODUCT GALLERY 4 QUERY
    ==============================*/
    .product-gallery-4 .product-gallery-4--inner{
        width: 100%;
        margin: 0 auto;
    }

    .product-gallery-4 .product-gallery-4--inner .product-gallery-content .column{
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    /*==========================
    BANNER QUERY
    ==========================*/
    .banner{
        height: auto;
    }

    .banner .banner-content img{
        width: 120%;
        height: auto;
    }

    .banner .banner-content h3{
        display: none;
    }

    .shape::before{
        top: 125px;
        z-index: -1;
    }

    .shape::after{
        top: 125px;
        z-index: -1;
    }

    .banner .banner-content form{
        width: 99%;
        margin-top: 200px;
    }

    /*=============================
    PRODUCT GALLERY 4 QUERY
    ==============================*/
    .product-gallery-4 .product-gallery-4--inner{
        width: 100%;
        margin: 0 auto;
    }

    .product-gallery-4 .product-gallery-4--inner .product-gallery-content .column{
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    /*=========================
    BANNER QUERY
    ==========================*/
    .banner{
        height: auto;
    }

    .banner .banner-content img{
        width: 95%;
        height: auto;
    }

    .banner .banner-content h3{
        margin-left: 150px;
    }

    .banner .banner-content form{
        width: 65%;
        margin-top: 25px;
    }

    .shape::before{
        top: 225px;
        z-index: -1;
    }

    .shape::after{
        top: 225px;
        z-index: -1;
    }

    /*========================
    PRODUCT GALLERY 4 QUERY
    =========================*/
    .product-gallery-4{
        margin-top: 65px;
    }
}

@media(min-width: 769px) and (max-width: 1024px){
    /*=========================
    BANNER QUERY
    ==========================*/
    .banner .banner-content h3{
        margin-left: 163px;
    }

    .banner .banner-content form{
        margin-top: 25px;
    }

    .shape::before{
        top: 325px;
    }

    .shape::after{
        top: 325px;
    }
}