
.sidebar-none #content{
	width:100%
}
	
@media screen and (max-width:760px){
	/* sidebar */
	.sidebar-none .featured-area .post-image{
		width:100%;
		position:relative!important;
		float:none
	}
	.sidebar-none .featured-area .top-post-meta-wrap{
		width:100%;
		position:absolute
	}
}