.product-image {
    background-repeat: no-repeat;   /* não repetir */
    background-size: cover;         /* cobre todo o container */
    background-position: center;    /* centraliza o foco */
}