Index: src/wp-content/themes/twentyfourteen/css/ie.css
===================================================================
--- src/wp-content/themes/twentyfourteen/css/ie.css	(revision 29066)
+++ src/wp-content/themes/twentyfourteen/css/ie.css	(working copy)
@@ -515,8 +515,7 @@
 	margin-right: auto;
 }
 
-.ie8 .full-width.singular .hentry.has-post-thumbnail,
-.ie8 .full-width.home .hentry.has-post-thumbnail {
+.ie8 .full-width .site-content .hentry.has-post-thumbnail:first-child {
 	margin-top: -72px;
 }
 
Index: src/wp-content/themes/twentyfourteen/style.css
===================================================================
--- src/wp-content/themes/twentyfourteen/style.css	(revision 29066)
+++ src/wp-content/themes/twentyfourteen/style.css	(working copy)
@@ -3356,8 +3356,7 @@
 	}
 
 	.full-width .site-content .has-post-thumbnail .entry-header,
-	.full-width.singular .site-content .hentry.has-post-thumbnail,
-	.full-width.home .site-content .hentry.has-post-thumbnail {
+	.full-width .site-content .hentry.has-post-thumbnail:first-child {
 		margin-top: -48px;
 	}
 
@@ -3688,8 +3687,7 @@
 		margin-left: 20px;
 	}
 
-	.full-width.singular .site-content .hentry.has-post-thumbnail,
-	.full-width.home .site-content .hentry.has-post-thumbnail {
+	.full-width .site-content .hentry.has-post-thumbnail:first-child {
 		margin-top: -72px;
 	}
 
