/* Add custom CSS styles below */ 
@media (max-width: 767px) {
 .s-product-card-image{
    width: 8rem !important;
    height: 8rem !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.s-product-card-image img  {
    width: 9rem !important;
    margin: 0 auto !important;
    padding: 0 !important;	
}
 .s-products-slider-card{
	  width: 11rem !important;
}
 }