.wibxi-gallery {
    width: 100%;
    height: 400px;
    position: relative;
}

.wibxi-gallery .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.swiper-button-next, .swiper-button-prev {
    color: #000;
}

.swiper-pagination-bullet {
    background: #000;
}
