$(document).ready(function () {
    if($(window).width()<1025){
	$(".tt4").hide();
	$(".tt3").hide();
    }
});
