﻿.listing-item .imagem {
    position: relative;
    overflow: hidden
}

.image img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    transition: all .8s ease-in-out
}

    .image img:hover {
        transform: scale(1.1)
    }

.image2 img {
    height: auto;
    width: 100%
}
