jQuery(document).ready(function() { jQuery(window).scroll(function() { if(jQuery(document).scrollTop() > 254) { if (jQuery(window).width() > 768) { jQuery('.yakult-header').css( { 'position': 'fixed', 'width': '100%', 'top': '116px', 'left': '0', 'z-index': '99', }); } } else{ jQuery('.yakult-header').css( { 'position': 'unset', 'width': '100%', 'top': 'unset', 'left': 'unset', 'z-index': 'unset', }); } }); });