.games .swiper-slide:hover{
    transform: scale(0.95);
    opacity: 0.5;
    cursor: pointer;
}

.games .swiper-slide img {
    max-height: 130.31px;
}

@media (max-width: 800px) {
        #di_busqueda form{
            display:none!important;
        }

    .games .swiper-slide img {
        width: 108px;
        max-height: 77.75px;
    }
}