@media only screen and (max-width: 900px) {
    article#product-category .col.medium-3.small-12.large-3.product {
        flex-basis: 50% !important;
        width: 50% !important;
    }
}
