@media screen and (min-width:1920px){

}
@media (min-width:1600px) and (max-width:1920px){
	

}
@media (min-width:1440px) and (max-width:1600px){

}
@media (min-width:1280px) and (max-width:1440px){

}
@media (min-width:1024px) and (max-width:1281px){

}
@media (min-width:768px) and (max-width:1024px){
	
}
@media (max-width:768px){
	.home-top{
        height: 40vh;
        overflow: hidden;
        position: relative;
        padding: 20px 0px 0px ;
    }
    .carousel-item{
        height:40vh
    }
    .carousel-caption {
        top:auto;
        bottom:40px;
        right: 10%;
        left: 10%;
    }
    .carousel-caption>h3 {
        font-size: 30px;
        font-weight: 400;
        font-family: futura-100-book, sans-serif;
    }
    .carousel-caption>p {
        font-family: futura-100-book, sans-serif;
        font-size: 20px;
        font-weight: 400;
    }
    .carousel-caption p{
        display: none;
    }
}