body{
    background-color: white;
    width: 100%;
    overflow-x: hidden;
    color: black;
}

.swiper {
    width: 100%;
    height: 80%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide div img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.next-rectify{
    right: 5% !important;
    color: rgb(255, 255, 255) !important;
}

.prev-rectify{
    left: 5% !important;
    color: rgb(255, 255, 255) !important;
}
