.swiper-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-button-next, .swiper-button-prev {
    color: white !important;
    opacity: 0.4 !important;
}

.swiper-pagination-bullet {
    opacity: 0.4 !important;
    background-color: white !important;
    border-radius: 0 !important;
    width: 12px !important;
    height: 3px !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover, .swiper-pagination-bullet-active {
    opacity: 1 !important;
}