$(document).ready(function(){

  $(".pict").each(function(){
		$(this).css("margin-bottom", 25 - $(this).outerHeight({margin: true}) % 20);

	});
});
