﻿.SlideShow .Imagem {
    height: 400px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.SlideShow .Imagem img {
    /*position: relative;
    width: 100%;
    min-height: 400px;*/

    max-width: none !important;
    position: absolute;
}

.RodapeSlideShow .Esquerda {
    padding-top: 5px;
}

.RodapeSlideShow .Direita {
    font-size: 16px;
    padding-top: 5px;
    text-align: right;
}

.RodapeSlideShow a {
    color: #00BFFF;
    margin-left: 10px;
}

@media screen and (min-width: 720px) and (max-width: 991px) {
    .SlideShow .Imagem {
        height: 350px;
    }
}

@media screen and (min-width: 480px) and (max-width: 720px) {
    .SlideShow .Imagem {
        height: 350px;
    }
}

@media screen and (max-width: 480px) {
    .SlideShow .Imagem {
        height: 220px;
    }
}

