.results {
    & .swiper-wrapper {
        max-height: unset !important;
    }
}
.results .swiper-slide {
    display: flex;
    /* flex: 1 1 10%; */
    flex-direction: column;
    gap: 4px;
    height: unset !important;
}
.results .swiper-slide img {
    border-radius: var(--brad);
    overflow: hidden;
    object-position: top;
}
/* .results .swiper-slide:nth-child(1) img:first-child {
    height: 150%;
}
.results .swiper-slide:nth-child(2) img:first-child {
    height: 200%;
}
.results .swiper-slide:nth-child(4) img:first-child {
    height: 80%;
}
.results .swiper-slide:nth-child(5) img:first-child {
    height: 150%;
} */

/* @media (max-width: 768px) {
    .results {
        display: none;
    }
} */
