@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;
    }

    /*============================
    GALLERY QUERY
    ============================*/
    .gallery{
        margin-top: 85px;
    }

    .gallery .gallery-inner{
        width: 100%;
        margin: 0 auto;
    }

    .gallery .gallery-inner .column .column-left,
    .gallery .gallery-inner .column .column-right{
        float: none;
    }

    .gallery .gallery-inner .column{
        height: auto;
    }
}

@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;
    }

    /*============================
    GALLERY QUERY
    =============================*/
    .gallery{
        margin-top: 85px;
    }

    .gallery .gallery-inner{
        width: 100%;
        margin: 0 auto;
    }

    .gallery .gallery-inner .column .column-left,
    .gallery .gallery-inner .column .column-right{
        float: none;
        width: 100%;
        height: auto;
    }

    .gallery .gallery-inner .column .column-left img{
        height: auto;
    }

    .gallery .gallery-inner .column{
        height: auto;
    }
}

@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;
    }

    /*===========================
    GALLERY QUERY
    ============================*/
    .gallery .gallery-inner{
        width: 100%;
        margin: 0 auto;
    }

    .gallery .gallery-inner .column{
        height: 130px;
    }

    .gallery .gallery-inner .column .column-left{
        width: 50%;
    }

    .gallery .gallery-inner .column .column-right{
        width: 50%;
    }

    .gallery .gallery-inner .column .column-left img{
        height: auto;
    }
}

@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;
    }

    /*===========================
    GALLERY QUERY
    ============================*/
    .gallery .gallery-inner{
        width: 100%;
        margin: 0 auto;
    }

    .gallery .gallery-inner .column{
        height: 175px;
    }

    .gallery .gallery-inner .column .column-left{
        width: 50%;
    }

    .gallery .gallery-inner .column .column-right{
        width: 50%;
    }

    .gallery .gallery-inner .column .column-left img{
        height: auto;
    }
}