.jsSticky{width:100%;position:relative}.sticky{position:fixed;top:0;width:100%}@supports(position:sticky) or (position:-webkit-sticky){.jsSticky{position:-webkit-sticky;position:sticky;top:0;z-index:999}}