.carousel {
    background: url("../_img/carousel-bg.jpg");
    background-size: cover;
    padding-top: 70px;
}
/* legendas */
.carousel-caption {
    z-index: 10;
    text-shadow: 0 1px 5px rgba(0,0,0,0.6);
    position: absolute;
    left: 14%;
    top: 5%;
    text-align: left;
}
.carousel-caption h3{
    font-size:2.4em;
}
.carousel-caption p{
    margin-top: 20px;
    max-width: 500px;
    font-size: 1.3em;
}
/* elementos */
.carousel .item, .carousel .item {
    height: 600px;
}
.carousel-inner > .item > img {
    position: absolute;
    right: 20%;
    bottom: 5%;
    max-height: 75%
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 767px) {
    .carousel .item, .carousel .item {
        height: 400px;
    }
}

@media (min-width: 768px) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}

