
.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 {
    width: 100%;
    height: 100%;
}

.cycle_banner_container .banner_content img {
    width: 100%;
    height: 100%;
}

.cycle_banner_container .banner_item {
    position: relative;
    width: 100% !important;
    height: 100% !important;
}
    .cycle_banner_container .banner_item .banner_bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover !important;
        background-position: center center !important;
        filter: brightness(.9) saturate(1.2);
    }

        .cycle_banner_container .banner_item .banner_bg::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 30%;
            bottom: 0;
            background: linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.6) 35%, rgba(0,0,0,0) 100%);
        }

        .banner_item_description_column {
            position: absolute;
            z-index: 99;
            bottom: 100px;
            left: 0;
        }

.cycle_banner_container .banner_item_description_container {
    text-align: left;
    color: #fff;
    padding: 0 0 0 30px;
    border-left: 2px solid var(--pink);
}

    .cycle_banner_container .banner_item_description {
        padding-top: 0;
        font-size: 1.2em;
    }

        .cycle_banner_container .banner_item_description .banner_item_title {
            color: #ffffff;
            font-size: 3rem;
            line-height: 1.2em;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 15px;
        }

        .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: 2rem;
            line-height: 1.2em;
        }

        .cycle_banner_container .banner_item_description p {
            margin: 5px 0 0 0;
        }

.cycle_banner_container .banner_pager {
    position: absolute;
    bottom: 50px;
    left: 45px;
    z-index: 99;
}

    .cycle_banner_container .banner_pager a {
        border: 1px solid #fff;
        border-radius: 50%;
        color: #000000;
        display: block;
        float: left;
        font-size: 1.2em;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.3s linear;
    }

    .cycle_banner_container .banner_pager a.cycle-pager-active {
        color: #fff;
        background-color: #fff;
    }

    .cycle_banner_container .banner_pager a + a {
        margin: 0 0 0 5px;
    }

.cycle_banner_container .banner_pager_next,
.cycle_banner_container .banner_pager_previous {
    position: absolute;
    top: 120px;
    font-size: 60px;
    z-index: 100;
    color: #666;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
}

.cycle_banner_container .banner_pager_next:hover,
.cycle_banner_container .banner_pager_previous:hover {
    color: #000;
}

.cycle_banner_container .banner_pager_next {
    right: 25px;
}

.cycle_banner_container .banner_pager_previous {
    left: 25px;
}

a.edit_banner {
    position: absolute !important;
    bottom: 0;
    right: 15px;
    z-index: 99;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}