



.carousel                                                                       { max-height:500px}
.carousel-inner                                                                 { max-height:500px}
.carousel-item                                                                  { max-height:500px}

.carousel-item img                                                              { vertical-align:bottom}

.carousel-caption h5, .carousel-caption p                                       { width:100%; text-align:left}
.carousel-caption h5                                                            { font-size:40px; text-shadow: 2px 2px #000000}
.carousel-caption p                                                             { font-size:26px; text-shadow: 2px 2px #000000}

@media (max-width:1199px) {
    .carousel-caption h5                                                            { font-size:26px; text-shadow: 2px 2px #000000}
    .carousel-caption p                                                             { font-size:16px; text-shadow: 2px 2px #000000}
}
@media (max-width:991px) {
    .carousel                                                                       {}
    .carousel-inner                                                                 {}
    .carousel-item img                                                              {}
}
