/* For videos let it fill the space to a max. this avoids overflow. */
.blog iframe {
	width: 100%;
	max-width: 560px;
}


/* on the post page need to format img appropriately
 */
@media only screen and (max-width: 845px) {
	.blog img {
		height: 475px;
		height: auto;
	}
	.aboutus img {
		height: 234px;
	}
}
@media only screen and (max-width: 768px) {
	.blog img {
		height: 432px;
		height: auto;
	}
	.aboutus img {
		height: 200px;
	}
}
@media only screen and (max-width: 576px) {

	.blog img {
		height: 324px;
		height: auto;
	}
	.aboutus img {
		height: 124px;
	}
}
@media only screen and (max-width: 391px) {

	.blog img {
		height: 220px;
		height: auto;
	}
	.aboutus img {
		height: 90px;
	}
}
