$(window).load(function(){showBlockAbout();});$(window).resize(function(){showBlockAbout();});function showBlockAbout(){var offset=jQuery('#about-project-placeholder').offset();var heightBlock=jQuery('#block-about-project').outerHeight(true);jQuery('#about-project-placeholder').css('height',heightBlock+'px');jQuery('#block-about-project').css({'top':offset.top+'px'});};
