.clc-carousel-wrapper {
    position: relative;
    width: 100%;
}

.clc-swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden !important;
}

.swiper-wrapper {
    display: flex !important;
}

.swiper-slide {
    height: auto;
    width: 100%;
}

.swiper-slide .e-loop-item {
    width: 100%;
}

.clc-swiper-prev,
.clc-swiper-next {
    width: 60px;
    height: 60px;
    z-index: 10;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.clc-swiper-prev::after,
.clc-swiper-next::after {
    display: none;
}

.clc-swiper-prev svg,
.clc-swiper-next svg,
.clc-swiper-prev i,
.clc-swiper-next i {
    width: 100%;
    height: auto;
}