/********************************************************************************/
/* rschmidt: featured image */
/********************************************************************************/
.post_content div.right_side.fullwidth img.wp-post-image
{
	max-width: 66%;
	height: auto;
}

div.para_section.column.two_column_left_image img.wp-post-image
{
	max-width: 100% !important;
	height: auto;
}

@media only screen and (min-width: 768px)
{
	div.para_section.column.two_column_left_image div.column.first
	{
		width: 63%
	}
}
/********************************************************************************/