/**
 * Strip decorative background / shadow from images in post content.
 */
.entry-content img {
	background: none !important;
	box-shadow: none !important;
}
