#post_wrap { 
	width: 24% !important; 
	height: auto; 
	float: left; 
	margin-bottom: 1% !important; 
	background: #222;  
	margin-right: 1.3%;
	border-radius: 5px !important;
}

.posts_image { 
	float: left; 
	max-width: 100%; 
	display: block; 
	position: relative; 
	background: #222;
	border-radius: 5px 5px 0px 0px !important;
}

.posts_image img { 
	max-width: 100% !important; 
	height: auto; 
	display: block; 
	float: left; 
	border-radius: 5px 5px 0px 0px !important;
}

.posts_content { 
	max-width: 100%;
	height: auto; 
	float: left; 
	background: #222; 
	color: #eee; 
	font-size: 14px;
	padding: 10px;
	border-radius: 0px 0px 5px 5px !important;
}

.posts_content h2 { 
	color: #eee; 
	font-size: 16px !important; 
}

#post_wrap_last { 
	width: 24.1% !important; 
	height: auto; 
	float: right; 
	margin-bottom: 1% !important; 
	background: #222;
	border-radius: 5px !important;
}

.posts_image_last { 
	float: left; 
	max-width: 100%; 
	display: block; 
	position: relative; 
	background: #222;
	border-radius: 5px 5px 0px 0px !important;
}

.posts_image_last img { 
	max-width: 100% !important; 
	height: auto; 
	display: block; 
	float: left;
	border-radius: 5px 5px 0px 0px !important;
}

.posts_content_last { 
	max-width: 100%; 
	height: auto; 
	float: left; 
	background: #222; 
	color: #eee; 
	font-size: 14px;
	padding: 10px;
	border-radius: 0px 0px 5px 5px !important;
}

.posts_content_last h2 { 
	color: #eee; 
	font-size: 16px !important; 
}



/* Max width 600px */
@media screen and (max-width:  600px) {

#post_wrap { 
		width: 100% !important; 
		height: auto !important; 
		float: left; 
		margin-bottom: 0% !important; 
		padding-bottom: 20px; 
		background: #444; 
		display: inline-block;
		margin-bottom: 20px !important;
	}
	
	.posts_image { 
		max-width: 100%; 
		width: 100% !important; 
		float: left;  
		display: inline !important; 
		position: relative; 
		margin-bottom: 0px !important; 
	}
	
	.posts_image img { 
		width: 100% !important; 
		height: auto !important; 
		float: left; 
	}
	
	.posts_content { 
		max-width: 100%; 
		width: 96% !important; 
		background: #444; 
	}
	
	.posts_content_wrap { 
		width: 100%; 
		float: right; 
		overflow-x: hidden; 
	}
	
	#post_wrap_last { 
		width: 100% !important; 
		height: auto !important; 
		float: left; 
		margin-bottom: 0% !important; 
		padding-bottom: 20px; 
		background: #444; 
		display: inline-block;
	}
	
	.posts_image_last { 
		max-width: 100%; 
		width: 100% !important; 
		float: left;  
		display: inline !important; 
		position: relative; 
	}
	
	.posts_image_last img { 
		width: 100% !important; 
		height: auto !important; 
		float: left; 
	}
	
	.posts_content_last { 
		max-width: 100%; 
		width: 96% !important; 
		background: #444; 
	}
	
	.posts_content_wrap_last { 
		width: 100%; 
		float: right; 
		overflow-x: hidden; 
	}
}

/* Max width 320px */
@media screen and (max-width: 320px) {

	.posts_content_wrap { 
		padding-left: 3%; 
		width: 90%; 
	}
	
	.posts_content_wrap_last { 
		padding-left: 3%; 
		width: 90%; 
	}
	
}