﻿
/* |<------------------>|        */
/* |  xs  |  sm  |  md  |  lg  | */
/*@media screen and (max-width: 1199px) {

    .cycle_banner_container {
        height: 450px !important;
    }
}*/

/*               |<---->|        */
/* |  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) {

    .cycle_banner_container {
        height: 350px !important;
    }

    .cycle_banner_container .banner_item_title {
        font-size: 2.2rem;
    }

    .cycle_banner_container .banner_item_description {
        font-size: 1em;
    }

    .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) {


}*/