.ct_home_grid  .td-big-thumb .entry-title {  
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 7px;
    font-family: DIN;
}

.ct_home_grid .ct_home_ad_img {
	height: 178px;
	width:480px;
	margin-bottom:4px;
}


@media (min-width: 1025px){
	.ct_home_grid.td-hover-1 .td-big-grid-post:hover .entry-thumb{
		    transform: scale3d(1.05, 1.05, 1);
	    	-webkit-transform: scale3d(1.05, 1.05, 1); 
	    	-moz-transform: scale3d(1.05, 1.05, 1) rotate(0.02deg);
	}
}

@media (max-width: 1023px) and (min-width: 768px){
	.ct_home_grid .ct_home_ad_img {
		width:352px;
		height:130px;
	}
}

@media (max-width: 767px){
	.ct_home_grid .ct_home_ad_img {
		width:100%;
	}
}
