.wb-swiper-container {
    width: 100%;
    height: 80vh; /* full viewport height, adjust if needed */
    margin: 0;
    padding: 0;
}

.wb-swiper-container .swiper-wrapper {
    height: 100%; /* important */
    margin: 0;
    padding: 0;
}

.wb-swiper-container .swiper-slide {
    height: 100%;          /* make slide fill container */
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wb-swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* image fully covers slide */
    display: block;
    margin: 0;
}

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

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