.fm-field-html
{
	a
	{
		@include transition(color);
		
		img
		{
			@include transition(opacity);
		}
		
		&:hover img
		{
			opacity: 0.875;
		}
	}
	
	p
	{
		margin-top: 0;
		
		&:last-child
		{
			margin-bottom: 0;
		}
	}
	
	img
	{
		height: auto;
		margin-top: 6px;
		max-width: 100%;
		
		&.robert-noakes
		{
			max-width: 257px;
			width: 100%;
		}
	}
}