﻿@media screen and (min-width: 1500px){
    .cycle_banner_container {
        height: 700px !important;
    }
}

@media screen and (max-width: 1499px) {
    .cycle_banner_container {
        height: 650px !important;   
    }
}

/* |<------------------>|        */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 1199px) {
    .cycle_banner_container h3 {
        font-size: 0.8em;
    }
}

/*               |<---->|        */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .cycle_banner_container .banner_pager {
        margin-top: 10px;
    }
}

/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {
    .page_home .banner_item_description_column {
        left: 0;
        margin: 0 auto;
        min-width: unset;
        right: 0;
        bottom: 55px;
    }

    .cycle_banner_container .banner_item_description_container {
        text-align: left;
        padding: 0 15px;
    }

    .banner_item_description h1 {
        text-align: left !important;
        font-size: 1.2em;    }

    .banner_item_description h6,
    .banner_item_description h3 {
        font-size: 1em;
    }

    .banner_item_description h3,
    .banner_item_description h4,
    .banner_item_description h5,
    .banner_item_description h6,
    .banner_item_description p {
        text-align: left !important;
        margin: 0;
    }

    .banner_btn {
        font-size: 0.9em;
        margin: 30px 0 0;
        padding: 2px 20px;
    }

    .cycle_banner_container {
        height: 1000px !important;
    }

    .banner_btn_icon {
        width: 50px;
        height: 50px;
    }

    .banner_btn_item {
        padding: 12px 10px;
    }

    .banner_buttons {
        bottom: 0px;
    }

    .banner_buttons .container {
        display: grid;
        grid-template-columns: 2fr 2fr;
        align-content: space-between;
    }

        /*.banner_buttons .container a:first-child {
            grid-column: 1 / -1;*/ /* span full width */
            /*justify-self: center;*/ /* center it horizontally */
            /*width: 50%;*/ /* optional: match the width of the other items */
        /*}*/

    .cycle_banner_container .banner_pager {
        bottom: 450px;
        place-self: center;
        left: auto;
        margin-top: 20px;
    }

    a.edit_banner {
        display: none;
    }

    .cycle_banner_container .banner-down-arrow {
        display: none;
    }


    .cycle_banner_container .banner_item_description p {
        font-size: 14px;
    }

}

/* |<-->|500                     */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 500px) {
    .banner_item_description h1 {
        font-size: 2em;
    }

    .cycle_banner_container .banner_item_description p {
   
        line-height: 20px;
    }

    .banner_item_description h1 strong {
        display: inline;
        font-size: 1em;
    }

    .banner_btn {
        margin: 0;
    }

    .page_home .banner_item_description_column {
        bottom: 125px;
    }

    .cycle_banner_container {
        height: 750px !important;
    }

    .banner_item {
        position: relative;
    }

        .banner_item::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(34, 42, 94, 0.6);
            z-index: 0;
        }

        .banner_item .container {
            z-index: 1;
        }

    .banner_buttons {
        z-index: 1;
    }

}