#main {
background: url(../images/tym2.jpg);
background-position: top center;
background-attachment: fixed;
height: 110vh;
position: relative;
-webkit-background-size: cover;
background-size: cover;
}
#main
и родителю height: 100%;if (iosVersion >= 7) {
$(document).scroll(function() {
$('#main').css('background-position', '0px ' + $(document).scrollTop() + 'px');
});
}