﻿.Imagem {
    height: 130px;
    overflow: hidden;
    width: 100%;
}

    .Imagem img {
        max-width: none !important;
        position: absolute;
        min-height: 100%;
    }



@media screen and (min-width: 480px) and (max-width: 767px) {
    .Imagem {
        min-height: 350px;
        max-height: 350px;
        height: 350px;
    }
}

@media screen and (max-width: 480px) {
    .Imagem {
        min-height: 150px;
        max-height: 150px;
        height: 150px;
    }
}
