/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1200px) {
 
}

 
@media only screen and (max-width: 992px) {

    
}

 
@media only screen and (max-width: 768px) {
   
.content{
    margin-bottom: 20px;
    margin-top: 25px;
}
 .carousel-item{
        height: 300px;
    }
    .carousel-caption {
    position: absolute;
    right: 2%;
    bottom: 0.15rem;
    left: 2%;
    padding-top: 1.25rem;
 
    color: #fff;
    text-align: center;
}


.carousel-caption h5{
    font-size:1rem;
}
}
 
@media only screen and (max-width: 600px) {
   
}

