﻿
/* |<------------------>|        */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 1199px) {

    .cycle_banner_container {
        height: 500px !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) {

    .page_home .banner_item_description_column {
        /*top: 5vh;*/
        width: auto !important;
    }

    .banner_item_description_column {
        left: 0;
        margin: 0 auto;
        min-width: unset;
        right: 0;
        /*top: 5vh;*/
    }

    .banner_item_description h1 {
        font-size: 1.2em;
        margin-top: 10px;
    }

    .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 .banner_bg_overlay {
        width: 100%;
        background: rgba(0,0,0,.6);
    }

    .banner_item_description {
        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;
    }
}