/* STOP layout breaking */
.fbcs-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    
}

/* Fix swiper structure */
.fbcs-container .swiper {
    width: 100%;
    height: auto;
}

.fbcs-container .swiper-wrapper {
    display: flex;
}

.fbcs-container .swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
}

.fbcs-container img {
    width: 100%;
    height:450px !important;
    display: block;
    border-radius: 30px !important;

}

/* Fix arrows */
.fbcs-container .swiper-button-next,
.fbcs-container .swiper-button-prev {
    color: #ffffff;
}