.products .product-image {
    position: relative;
    height: 200px
}

.products .product-image img {
    width: auto;
    height: 100%
}