.public-product-image-container {
    height: 300px;
    max-width: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto;
}

.product-title-container {
    min-height: 100px;
}