In hero.css, replace lines 12-38 with the following: .hero { height: 474px; margin-top: -47px; overflow: hidden; padding: 0; position: relative; width: 948px; } .hero-images img { width: 100%; } @media only screen and (min-width: 768px) and (max-width: 959px) { .hero { width: 756px; } } @media only screen and (max-width: 767px) { .hero { display: none!important; } } /* Image --------------------------*/ .hero-image { height: 474px; margin: 0; overflow: hidden; padding: 0; right: 8px; top: 0; width: 960px; z-index: 15; }