$(document).ready(function() {

$(".brick").tooltip({ effect: 'slide', position: "top center", relative: true});
});

