.home-banner .banner-content {
  
    top: 78% !important;
}
.home-banner .btn {
    margin: 0 14px 0 14px;
}
.home-banner.is_background_image::before{
	opacity:0;
}
@media(max-width:767px){
    .is_background_image{
        height: 66vh;
    }
}
@media(max-width:504px){
    .is_background_image{
        height: 45vh;
        padding-top: 0;
    }
    .is_background_image .btn{
        padding: 5px 24px;
    }
    .is_background_image .scroll_down_link {
        bottom: 0px;
    }
}
@media(max-width:400px){
    .is_background_image{
        height: 42vh;
    }
}