.block .imagem{
width: 100%;
height: 185px;
overflow: hidden;
margin-bottom: 10px;
}
.block img{
width: 100%;
max-width: 100%;
transition: all 0.2s ease-in-out
}
.block .imagem:hover img{
transform: scale(1.1,1.1)
}
.block .row{
margin: 40px;
}