.swiper {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    /* text-align: center; */
    font-size: 14px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.swiper-button-next::after {
    display: none;
}

.modal-container {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
}
