if (screen.width < 1024) {
document.write('<style type="text/css">#img {display: none;} #welcome h1, #contact-us h1, #for-young-people h1, #frequently-asked-questions h1, #friends h1, #information h1, #schools-service h1, #visit-our-museums h1, #whats-on h1 {position: absolute; left: 20px;} #welcome, #contact-us, #for-young-people, #frequently-asked-questions, #friends, #information, #schools-service, #visit-our-museums, #whats-on {background: url(none); height: 100px; overflow: hidden;}</style>');
}
else {
document.write('<style type="text/css">#img {display: inherit;}</style>');
}