
.cycle_banner_container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.page_home .cycle_banner_container {
    margin-bottom: 0;
}

.cycle_banner_container .banner_content {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

    .cycle_banner_container .banner_content img {
        width: 100%;
        height: 100%;
    }

.cycle_banner_container .banner_item {
    /*background-size: 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat;*/
    width: 100% !important;
    height: 100% !important;
}

    .cycle_banner_container .banner_item .container {
        align-items: center;
        display: flex;
        justify-content: center;
        top: 45%;
        transform: translateY(-50%);
    }

    .cycle_banner_container .banner_item .banner_item_text_content .banner_item_description .banner_item_subtitle {
        color: var(--black);
        font-weight: 600;
        font-size: 48px;
    }

    .cycle_banner_container .banner_item .banner_item_text_content .banner_item_description .banner_item_title,
    .cycle_banner_container .banner_item .banner_item_text_content .banner_item_description .banner_item_title p {
        color: var(--white);
        font-size: 80px;
        font-weight: 500;
        line-height: 1;
    }

    .cycle_banner_container .banner_item .banner_item_text_content .banner_item_description .banner_item_text p {
        color: var(--black);
        font-size: 20px;
        line-height: 1.4;
    }

    .cycle_banner_container .banner_item .banner_item_text_content .banner_item_description .banner_btn {
        font-size: 24px;
        line-height: 1;
        padding: 10px 25px;
    }

    .cycle_banner_container .banner_item .banner_item_text_content .banner_item_text {
        margin-bottom: 30px;
    }

.banner_item_description_column {
    /*    position: absolute;
    z-index: 99;
    bottom: 150px;
    left: 0;
    min-width: 400px;*/
}

.cycle_banner_container .banner_item_description_container {
    text-align: left;
    color: #fff;
    /*padding: 15px;*/
    padding: 0 30px;
}

.cycle_banner_container .banner_item_link {
    display: block;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}

.cycle_banner_container .banner_item:active .banner_btn,
.cycle_banner_container .banner_item:focus .banner_btn,
.cycle_banner_container .banner_item:hover .banner_btn {
    background: var(--white);
    border-color: var(--white);
    color: var(--orange);
}

.cycle_banner_container h2 {
    color: #ffffff;
    font-size: 1.35em;
    font-weight: 300;
    margin-bottom: 20px;
}

.cycle_banner_container .banner_item_description {
    padding-top: 0;
    font-size: 1.2em;
}

    .cycle_banner_container .banner_item_description p {
        margin: 5px 0 0 0;
    }

.cycle_banner_container .banner_pager {
    position: absolute;
    z-index: 100;
    bottom: 75px;
    right: 0;
}

    .cycle_banner_container .banner_pager a {
        background-color: rgba(255,255,255,1);
        border-radius: 45px;
        color: #000000;
        display: block;
        float: left;
        font-size: 1.2em;
        height: 30px;
        line-height: 30px;
        margin-left: 8px;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.2s ease;
        -moz-transition: background-color 0.2s ease;
        -webkit-transition: background-color 0.2s ease;
        -ms-transition: background-color 0.2s ease;
        -o-transition: background-color 0.2s ease;
        width: 30px;
    }

        .cycle_banner_container .banner_pager a.cycle-pager-active {
            color: #FFFFFF;
            background-color: rgba(0,0,0,1);
        }

.cycle_banner_container .banner_pager_next,
.cycle_banner_container .banner_pager_previous {
    color: var(--black);
    color: rgba(0,0,0,0.6);
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    z-index: 100;
}

    .cycle_banner_container .banner_pager_next:hover,
    .cycle_banner_container .banner_pager_previous:hover {
        color: #000;
    }

.cycle_banner_container .banner_pager_next {
    /*right: 25px;*/
    right: 7%;
}

.cycle_banner_container .banner_pager_previous {
    left: 5%;
    /*left: 25px;*/
}

a.edit_banner {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
