/*
 * My js Functions
 */

$(document).ready(function() {
    $.backstretch("http://www.gonetothebeach.co.uk/images/interface/bg/kippford.jpg", {speed: 150});
    
    if ($(window).width() <= '1024') {
    	$('div.wrapper').css('margin-left', '0');
    }	
});
