h1.timeline-main-title {
display:none !important;
}


@media screen and (max-width: 1000px) { 
.home section.banner-slider { display:none !important; }
}
@media screen and (max-width: 1024px) 
  and (orientation: portrait) { 
.home section.banner-slider { display:none !important; }
}
@media screen and
  (max-device-width: 1280px) 
  and (orientation: landscape) { 
.home section.banner-slider { display:none !important; }
}