 .home .hero-section,
 .category .category-banner.hero-section {
     overflow: hidden;
 }

 @media only screen and (max-width: 767px) {
     #page .category-banner .hero-content {
         display: block;
     }
 }