var layoutChiaro = false;
var layoutCorto = false;
$(function(){
	if (layoutCorto = ($(window).height()<620))
		$("body").addClass("corto");
});