
.imgInline{
	max-width:100%;
}
.imgInset{
	float:left;
	width: 45%;
	padding: 0 4% 2.5% 0;
}
@media only screen and (max-width:519px){
	.imgInset{
		display-block;
		width:auto;
		max-width: 100%;
		padding: 0 0 3% 0;
	}
}

.standfirst{
	margin-bottom:1em;
}


