/* Hide post/page hyperlinks below the feature image where they appear*/
h2.post-title.entry-title.entry-title.entry-title {
    display: none;
}

/* Add space under the feature image after removing the hyperlinked post title*/
.post-meta-tf {
    margin-top: 20px;
}

/* Hide featured image on pages only*/
.page img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    display: none;
}