mobile bg
var ch, nh; $(function(){ resetSkip(); $(window).resize(function(){ resetSkip(); }) }); function resetSkip(){ var wh = $(window).height(); ct = $("#animation_container").offset().top; ch = $("#animation_container").height(); nh = ct + ch + 50; $("#btnSkip").css("top",nh); }