﻿
/* |<------------------>|        */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 1199px) {

    .cycle_banner_container {
        height: 450px !important;
    }

    .banner_item_description_column {
    }
}

/*               |<---->|        */
/* |  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 .cycle_banner_container{
        min-height: 650px;
    }
    .cycle_banner_container .banner_item {
        background-position: left center !important;
    }

    .cycle_banner_container .banner_item_link {
        opacity: .5;
        mix-blend-mode: hard-light;
    }

    .cycle_banner_container .banner_button_container {
        left: -15px;
        right: 15px;
        bottom: 105px;
        width: auto;
    }

        .cycle_banner_container .banner_button_container .banner_buttons {
            flex-flow: column;
            padding: 0;
            margin: 0;
            width: 100%;
            font-size: 1.2em;
            background: none;
            gap: 5px;
        }

        .cycle_banner_container .banner_button_container .banner_button {
            font-size: 1em;
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 10px;
        }

            .cycle_banner_container .banner_button_container .banner_button::before {
                max-width: 400px;
                opacity: 1;
                background-size: 100% 100%!important;
            }

            .cycle_banner_container .banner_button_container .banner_button:last-of-type {
                margin-left: 0;
            }

    .page_home .banner_item_description_column {
        /*width: auto !important;*/
    }

    .banner_item_description_column {
        margin: 0 auto;
        min-width: unset;
        bottom: 265px;
    }
    .cycle_banner_container .banner_item_description_container{
        padding: 0;
    }

    .cycle_banner_container .banner_item_description h1 {
        margin-top: 10px;
        font-size: 2em;
    }
       /* .cycle_banner_container .banner_item_description h1 strong {
            font-size: 1.6em;
        }*/

        .banner_btn {
            font-size: 0.9em;
            margin: 30px 0 0;
            padding: 2px 20px;
        }

    .cycle_banner_container {
        height: 350px !important;
    }

        .cycle_banner_container .banner_pager {
            margin-top: 20px;
        }

            .cycle_banner_container .banner_pager a {
                width: 15px;
                height: 15px;
            }

        .cycle_banner_container .banner_pager_previous,
        .cycle_banner_container .banner_pager_next {
            display: none;
        }

    a.edit_banner {
        display: none;
    }
}

/* |<-->|500                     */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 500px) {

    .cycle_banner_container {
        height: 220px !important;
    }

        .cycle_banner_container .banner_item_description h1 {
            /*font-size: 1em;*/
        }

        .cycle_banner_container .banner_item_description p {
            display: none;
        }

        /*.cycle_banner_container .banner_item_description h1 strong {
            display: inline;
            font-size: 1em;
        }*/

    .banner_btn {
        margin: 0;
    }

    .cycle_banner_container .banner_pager a {
        width: 20px;
        height: 20px;
    }
}
