/* Hide the blog post cover image in CMS preview */
img[alt^="Cover image for"] {
  display: none !important;
}

/* Hide the Featured Image preview in the sidebar (thumbnail area) - N*/
.nc-imageWidget img,
.nc-imageWidget__preview img {
  display: none !important;
}
