.listagem .imagem-produto {
    width: 100%; /* ou a largura desejada */
    height: 200px; /* ou a altura desejada */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}