Index: wp-content/themes/twentyeleven/style.css
===================================================================
--- wp-content/themes/twentyeleven/style.css	(revision 18968)
+++ wp-content/themes/twentyeleven/style.css	(working copy)
@@ -956,6 +956,13 @@
 	border-color: #ddd;
 }
 
+/* Make sure embeds and iframes fit their containers */
+embed,
+iframe,
+object {
+	max-width: 100%;
+}
+
 /* Password Protected Posts */
 .post-password-required .entry-header .comments-link {
 	margin: 1.625em 0 0;
@@ -2348,11 +2355,6 @@
 		margin-right: 0;
 		width: auto;
 	}
-	/* Make sure embeds fit their containers */
-	embed,
-	object {
-		max-width: 100%;
-	}
 
 }
 @media (max-width: 650px) {
