.barra-inicial {
    background: #000000;
}
@media only screen and (max-width: 479px) {
.listagem .listagem-item .imagem-produto, .listagem .listagem-item .info-produto {
    float: none;
    width: auto;
    margin: 25px;
}
}


.listagem .imagem-produto img {

     max-height: none !important; 
}