// JavaScript Document $(document).ready(function(){ "use strict"; if( $( window ).width() >= "768" ) { $(".header-wrapper").sticky({topSpacing:0}); } });