﻿
/*                      |-----+  */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 1499px) {
    
    .cycle_banner_container .banner_item_description .banner_item_title {
        font-size: 2.5rem;
    }
}

/* |<------------------>|        */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 1199px) {

    .cycle_banner_container {
        height: 650px !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) {

    .banner_item_description_column {
        left: 0;
        margin: 0 auto;
        min-width: unset;
        right: 0;
    }

    .cycle_banner_container .banner_item_description .banner_item_title {
        font-size: 1.8rem;
    }

    .cycle_banner_container .banner_item_description h1,
    .cycle_banner_container .banner_item_description h2,
    .cycle_banner_container .banner_item_description h3,
    .cycle_banner_container .banner_item_description h4 {
        font-size: 1.2rem;
        line-height: 1.2em;
    }

    .banner_btn {
        font-size: 0.9em;
        margin: 30px 0 0;
        padding: 2px 20px;
    }

    .cycle_banner_container {
        height: 500px !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) {

    .banner_item_description h1 {
        font-size: 1em;
    }

    .cycle_banner_container .banner_item_description p {
        display: none;
    }

    .banner_item_description h1 strong {
        display: inline;
        font-size: 1em;
    }

    .banner_btn {
        margin: 0;
    }

    .cycle_banner_container .banner_pager a {
        width: 20px;
        height: 20px;
    }
}