/* Container fix */
.cbmfwc-banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Swiper slide fix */
.cbmfwc-banner-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    text-align: center;
}

.cbmfwc-banner-slider .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.cbmfwc-banner-slider .swiper-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.cbmfwc-banner-slider picture {
    display: block;
    width: 100%;
}

.cbmfwc-banner-slider img {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.cbmfwc-banner-wrapper .swiper-button-prev:after, .cbmfwc-banner-wrapper .swiper-button-next:after {
	font-size:24px;
	color:#fff;
}

.cbmfwc-banner-wrapper .swiper-pagination-bullet-active {
	background-color:#fff;
}