.fc-swiper {
    width: 100%;
}

.fcSwiper1,
.fcSwiper2 {
    width: 100%;
}

.fcSwiper1 .swiper-slide img {
    width: 100%;
}

.fcSwiper2 {
    margin-top: 1rem;
}

.fcSwiper2 .swiper-slide {
    cursor: pointer;
}

.fcSwiper1 .swiper-button-prev {
    left: 30px;
}

.fcSwiper1 .swiper-button-next {
    right: 30px;
}


/*==================================================*/
@media (max-width: 768px) {
    .fcSwiper1 .swiper-button-prev {
        left: 15px;
        width: 20px !important;
    }
    
    .fcSwiper1 .swiper-button-next {
        right: 15px;
        width: 20px !important;
    }

    .fcSwiper2 {
        margin-top: 10px;
    }
}