/* Add custom CSS styles below */ 
@media (min-width:768px){
.s-product-card-fit-height .s-product-card-image {
    height: 16rem;
    max-height: 18rem;
    padding: 0;
}}
@media (max-width:767px){
.s-product-card-fit-height .s-product-card-image {
    max-height: 15rem;
    padding: 0px;
}}