$(document).ready(function() {

  $('#portfolio-list').masonry({
      singleMode: true, 
      itemSelector: '.box' 
  });

});
