.site-content .format-image {
	display: none;
}

/* Turn off hyphenation */
p {
-moz-hyphens: none;
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
word-wrap: normal;
}
