@media only screen and (max-width: 1200px) and (min-width: 900px)  {
    #homeCarousel .carousel-caption h1{
        font-size: 50px;
        line-height: 50px;
    }
    #homeCarousel .carousel-caption {
        top: 0;
    }
}

@media only screen and (max-width: 899px) and (min-width: 200px)  {
    #homeCarousel .carousel-caption h1{
        font-size: 35px;
        line-height: 40px;
    }
    #homeCarousel .carousel-caption {
        top: 0;
    }
}