.imagem-container {
    width: 100%;
    height: 100px;

}

.imagem-container img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    
}