.bc-carousel { position: relative; width: 100%; }
.bc-carousel .bc-main { width: 100%; }
/* Slides / Images */
.bc-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Bottom bar: arrows + centered fraction */
.bc-carousel .bc-footer {
    display: flex; align-items: center; justify-content: center;
}
.bc-carousel .bc-footer .bc-prev,
.bc-carousel .bc-footer .bc-next {
    pointer-events: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    user-select: none;
}
.bc-carousel .bc-footer .swiper-pagination {
    position: static; transform: none; font-weight: 600;
}
.bc-footer .swiper-pagination {
    width: fit-content;
}