var $j = jQuery.noConflict();

$j(function(){
    $j('.project-box .col:last-child').addClass('last-child');
});

