.carousel-item {
    height: 40vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.carousel-item h2{
    color: #fff;
}
.carousel-caption{
    bottom: 60px !important;
    text-align: left;
}