.simple-gallery {
    overflow: unset;
}

.simple-gallery .swiper-slide {
    max-width: 308rem;
    overflow: hidden;
    border-radius: 24rem;
}

.simple-gallery .swiper-slide:not(:last-child) {
    margin-right: 12rem;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .simple-gallery .swiper-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        gap: 24rem;
    }

    .simple-gallery .swiper-slide {
        max-width: 100%;
    }

    .simple-gallery .swiper-slide:not(:last-child) {
        margin-right: 0;
    }
}
