jQuery(document).ready(function(){ if($(window).width() < 820) { $('#top').css('background-image', 'url("")'); $('#top').css('height', '42'); $('.maintext').css('display', 'none'); }; if($(window).width() > 820) { $('#top').css('background-image', 'url("")'); $('#top').css('height', '65'); $('.maintext').css('display', 'none'); }; });