@media only screen and (min-width: 768px) {
    .vlb-card--hide{
        display: none !important;
    }
    .vlb-product-card__content{
        height: 100px !important;
    }
}