
@media screen and (max-width:680px){
	.loops-wrapper.list-post .post-title{
		font-size:1.4em
	}
	.loops-wrapper.list-post .post-image{
		float:none;
		position:static;
		width:auto;
		overflow:visible
	}
}