.cbc-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cbc-swiper img {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.cbc-swiper .swiper-slide {
    position: relative;
}

.cbc-banner-button {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);

    display: inline-block;

    background: #000;
    color: #fff;

    padding: 12px 24px;

    border-radius: 4px;

    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;

    z-index: 10;

    transition: all 0.3s ease;
}

.cbc-banner-button:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {

    .cbc-banner-button {

        bottom: 20px;

        padding: 10px 18px;

        font-size: 13px;
    }
}