﻿
/* |<------------------>|        */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 1199px) {

    .cycle_banner_container {
        height: 550px !important;
    }

    .cycle_banner_container .banner_item_description {
        font-size: 1em;
    }
}

/*               |<---->|        */
/* |  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: 991px) {

    .cycle_banner_container {
        height: 450px !important;
    }

    .cycle_banner_container .banner_item_description {
        font-size: 0.8em;
    }
}

/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {

    .cycle_banner_container {
        height: auto !important;
    }

    .cycle_banner_container .banner_item {
        padding: 34vw 0 0;
        background-size: 100% auto !important;
        background-position: top center !important;
    }
    
    .banner_item_description_column {
        position: relative;
        background: #fff;
        top: 0;
        left: 0;
        margin: 0 -15px;
        min-width: 0;
        transform: none;
    }

    .cycle_banner_container .banner_item_description_container {
        padding: 15px 0;
    }

    .cycle_banner_container h1 {
        font-size: 1.5em;
        line-height: 1.2em;
    }

    .cycle_banner_container h2 {
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .banner_btn {
        font-size: 0.9em;
        margin: 30px 0 0;
        padding: 2px 20px;
    }

    .cycle_banner_container .banner_pager {
        display: none;
    }

    .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: 499px) {

    .cycle_banner_container {
        height: 220px !important;
    }

    .cycle_banner_container .banner_item_description p {
        display: none;
    }

    .cycle_banner_container .banner_item {
        background-position: -175px center !important;
    }

    .banner_item_description h1 {
        font-size: 1.2em;
        margin-top: 10px;
    }

    .banner_item_description h2 {
        font-size: 1em;
        margin-top: 10px;
    }

    .banner_item_description a.styled_btn {
        font-size: 14px;
        padding: 5px 10px;
    }

    .banner_btn {
        margin: 0;
    }
}*/