 
.carousel-caption {
    top: 37% !important;
}

.carousel {
   
    overflow: hidden;
}

.carousel-caption p.h4 {
    font-size: 45px !important;
    font-weight: 700 !important;
}

.carousel-caption p.h6 {
    font-size: 25px !important;
    font-weight: 100 !important;
}


.carousel-caption p.h5 {
    font-size: 30px !important;
    font-weight: 100 !important;
}



 
.carousel .carousel-item:before   {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #000;
    opacity: .4;
    z-index: 1;
}

 