/* Post Feed */
.fl-post-feed-post.fl-post-feed-image-beside {
	max-width: none;
}
@media screen and (max-width: 650px) {
	.fl-post-feed-image-beside .fl-post-feed-image,
	.fl-post-feed-image-beside .fl-post-feed-image img {
		float: none;
		width: 100% !important;
	}
	.fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-content {
		margin-left: 0;
	}
	body .fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-header,
	body .fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-meta,
	body .fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-content {
		margin-left: 0 !important;
	}	
}