$(document).ready(function() 
{

$('.hero-wrapper').hide();
$('.hero-wrapper').fadeIn(1000, 'linear');


});
