.mobile.banners-big__img-wrapper {
    display: none;
}
@media (max-width:768px) {
    .mobile.banners-big__img-wrapper a{
        display: flex;
            align-items: center;
            justify-content: center;
            max-height: 160px;
    }
}