.fc-swiper {
    width: 100%;
}

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

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

.fcSwiper2 {
    margin-top: 1rem;
}

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

.fcSwiper1 .swiper-button-next,
.fcSwiper1 .swiper-button-prev {
    color: #fff;
    font-size: 36px;
}

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

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


/*==================================================*/
@media (max-width: 1050px) {
    .fcSwiper1,
    .fcSwiper2 {
        width: 90%;
    }
}


@media (max-width: 550px) {
    .fcSwiper1,
    .fcSwiper2 {
        width: 100%;
    }

    .fcSwiper1 .swiper-button-next,
    .fcSwiper1 .swiper-button-prev {
        font-size: 24px;
    }

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

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