/* Fixing full height image issue */
.breakdance .bde-image *:not(figcaption) {
height: 100%;
}
.breakdance .bde-image img {
object-fit: cover;
}

/* Swiper global */
.swiper-next, .swiper-prev {
cursor: pointer;
}