#carousel{
    background-color: black;
    
}


.slide_text {
    color: white; 
    font-size: 2em; 
    position: absolute; 
    top: 50%; 
    left:10%; 
    font-family: cami;
}

#carousel_inner {
    height: 250px;
}

.slide_text{
    padding: 110px 0;    
}


.img-responsive{
    max-height: 250px; 
}