/* Add custom CSS styles below */ 
@media (max-width: 640px) {
.s-products-slider-card
 {
    height: auto !important;
    max-width: 209px !important;
    padding-left: .5rem;
    padding-right: .5rem;
    width: 100%;
}
}