﻿
/* |<------------------>|        */
/* |  xs  |  sm  |  md  |  lg  | */
/*@media screen and (max-width: 1199px) {

    .cycle_banner_container {
        height: 550px !important;
    }
}*/

/*               |<---->|        */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 1199px) and (min-width: 992px) {

    .cycle_banner_container {
        height: 650px !important;
    }

    .baco_lower .cycle_banner_container {
        height: 450px !important;
    }

    .cycle_banner_container .banner_item_description_container {
        font-size: 0.9em;
    }

    .baco_lower .cycle_banner_container .banner_item_description .heading {
        font-size: 4.4em;
    }
}

/*        |<---->|               */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 991px) and (min-width: 768px) {

    .cycle_banner_container {
        height: 650px !important;
    }

    .baco_lower .cycle_banner_container {
        height: 500px !important;
    }

    .cycle_banner_container .banner_item_description_container {
        font-size: 0.9em;
    }

    .baco_lower .cycle_banner_container .banner_item_description .heading {
        font-size: 3.8em;
    }
}

/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {

    .cycle_banner_container {
        height: auto !important;
    }

    .cycle_banner_container .banner_item {
        background-size: auto 40vw !important;
        background-position: top center !important;
    }

    .banner_item_description_column {
        position: relative;
        top: 0;
        margin: 40vw 0 0;
    }

    .cycle_banner_container .banner_item_description_container {
        padding: 30px 15px;
        font-size: 0.8em;
    }

    .baco_lower .cycle_banner_container .banner_item_description_container {
        padding: 30px 45px;
        margin: 0 -15px;
        font-size: 0.8em;
        border-radius: 0;
    }

    .baco_lower .cycle_banner_container .banner_btn {
        margin: 0 -15px;
        padding: 10px 45px;
        display: block;
        border-radius: 0;
    }

    .cycle_banner_container .banner_pager_next,
    .cycle_banner_container .banner_pager_previous {
        top: 34vw;
        transform: none;
    }

    .cycle_banner_container .banner_pager {
        display: none;
    }

    .cycle_banner_container .banner_blocks {
        position: relative;
    }

    .cycle_banner_container .banner_blocks .col-xs-12 {
        margin: 15px 0;
    }

    a.edit_banner {
        display: none;
    }
}