/* Hide the featured image on individual blog posts to prevent doubles */
.single-post .post-thumbnail {
    display: none !important;
}