﻿@media(max-width: 900px) {
}

#myCarousel {
    z-index: 1020 !important;
    height: 250px !important;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 860px !important;
    height: 250px !important;
}

}

.carousel-caption {
    text-shadow: 5px 5px 5px #000000 !important;
}

    .carousel-caption h3 {
        font-size: 4.0vh;
        font-size: 3.8vw;
        font-family: 'Homenaje', sans-serif;
    }

    .carousel-caption p {
        font-size: 3.0vh;
        font-size: 2.8vw;
        font-family: 'Homenaje', sans-serif;
    }

@media(min-width: 900px) {
    #myCarousel {
        z-index: 1020 !important;
        height: 100% !important;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100% !important;
        height: 100% !important;
    }
}
