$(document).ready(function(){	
	if($('.home-gallery').length) {
		$('.home-gallery .row > .post:last-child').addClass('last');
	}
});