Hello There,
To remove the grey bay on other pages, please update your CSS to this:
@media (max-width: 767px) {
.home div#x-section-1 {
background-position-y: 1px !important;
background-image: url(http://timosargent.com/wp-content/uploads/2015/08/timoviewlonglonglong.jpg);
background-color: transparent;
background-repeat: none !important;
}
}
As you can see, I’ve added .home class so that above will only work for homepage only.
Hope this helps.