$( document ).ready( function () {
	$( '#sub' ).scrollFollow( {
		speed: 250,
		easing: 'easeOutExpo',
		offset: 20
	} );
} );

