

/* ------------------------------------------
                Responsive
--------------------------------------------*/

@media all and (min-width: 901px) {

}


@media all and (min-width: 901px) and (max-width: 1299px) {

}


@media all and (max-width: 900px) {
 
}


@media all and (min-width: 601px) and (max-width: 900px) {
    .banner-display-background_image .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

@media all and (max-width: 600px) {
    .banner-display-background_image::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 288px;
        background: url(/wp-content/uploads/2023/03/pattern-blue-circle-mobile-bottom-whello.svg) top/cover no-repeat;
    }

    .banner-display-background_image .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-end;
    }
}