.hc-loop-carousel {
    width: 100%;
    overflow: hidden;
}

.hc-loop-carousel .swiper-wrapper {
    align-items: stretch;
}

.hc-loop-carousel .swiper-slide {
    width: auto;
}

html[dir="rtl"] .hc-loop-carousel {
    direction: rtl;
}

html[dir="ltr"] .hc-loop-carousel {
    direction: ltr;
}
