/**
 * Hide classic Divi featured-image markup when the same image is already
 * inline in the post (or on NextGEN /nggallery/ pagination views).
 * Featured image remains available for Open Graph via post meta.
 */

body.nbow-hide-featured article.et_pb_post > img,
body.nbow-nggallery-paged article.et_pb_post > img {
	display: none !important;
}
