.product-container {
    height:100%;
    margin-bottom:10px;
}

.product-image img {
    width:100%;
    height:250px;
    object-fit: contain;
}