/* CAROUSEL */
.carousel,
.item,
.active
{
    height: 100%;
}

.carousel-inner
{
    height: 100%;
}

.carousel-caption
{
    height: auto;
    width: auto;
    min-width: auto;
    min-height: auto;
    max-height: 40%;
    max-width: 40%;
    margin: 0 auto;
    margin-bottom: 25%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}
.carousel-caption-home
{
    height: auto;
    width: auto;
    min-width: auto;
    min-height: auto;
    margin: 0 auto;
    margin-bottom: 25%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.0) !important;
}
