/*@-moz-document url-prefix() { */

@media only screen and (min-width: 992px) {
 .product{width: 24.8% !important;} 
}
/* }  */
@media only screen and (max-width: 480px) {
.product{width: 49.5% !important;}
}

