.results {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 28px;
    flex-wrap: nowrap;
    max-width: 1180px;
}
.results > .swiper-wrapper {
    aspect-ratio: 1.37/2;
    max-height: 546px;
}
.resultControls {
    width: 100%;
}
@media (max-width: 768px) {
    .resultControls {
        display: flex;
        width: 117%;
    }
}
