#posts{
	width:100%;	
}
#posts .post{
	width:22%;
	float:left;
	margin:0 1.5% 2% 1.5%;	
}
#posts .cover{
	width:100%;
	height:250px;
	float:left;
	background-size:cover;
	margin-bottom:7px;	
}
#posts .title{
	width:98%;
	margin:0 1%;
	text-align:center;
	font-size:15px;
}
#posts .title a{
	color:#363d97;
	transition:ease 0.25s;	
}
#posts .title a:hover{
	color:#E81F00;	
}
#posts .content{
	width:98%;
	margin:0 1%;
	margin-top:8px;
	text-align:center;
	font-size:13px;
	color:#aaa;
	max-height:45px;
	line-height:15px;
	overflow:hidden;
}