$(document).ready(function(){
	if($(".payoff").height() > 65) {
		$(".payoff").addClass("two");	
	}
});
