.mySwiper_race a {
    height: 243px;
    display: block;
}

.race {
    display: none;
}

@media screen and (max-width:1400px) and (min-width:992px) {
    .mySwiper_race a {
        height: 225px;
    }

}

@media screen and (max-width:991px) {
    .mySwiper_race a {
        height: 210px;
    }
}