.longGallerySwiper {
    cursor: grab;
}

.swiper-wrapper {
    max-height: 100vh;
}

.longGallerySwiper .swiper-wrapper {
    max-width: 33%;
    min-height: 30%;
}

.longGallerySwiper .swiper-slide img {
    border-radius: 10px;
}

@media (max-width: 768px) {
    .swiper-wrapper {
        display: flex;
        justify-content: left;
    }
    .swiper-slide {
        background-color: rgb(255, 255, 255);
    }
}
