.games {
    position: relative;
    width: 100%;
    height: 180px;
}
.games-swiper {
    position: relative;
}
.games-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.games-swiper .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: 100px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 1365px) {
    .games-swiper .swiper-wrapper .swiper-slide img {
        max-width: 320px;
    }
}