diff --git a/global.wordpress.org/public_html/wp-content/themes/rosetta/style-rtl.css b/global.wordpress.org/public_html/wp-content/themes/rosetta/style-rtl.css
index 87b7c37..a2a11b4 100644
--- a/global.wordpress.org/public_html/wp-content/themes/rosetta/style-rtl.css
+++ b/global.wordpress.org/public_html/wp-content/themes/rosetta/style-rtl.css
@@ -154,10 +154,10 @@ h2.fancy:nth-of-type(1) {
 	margin: 0 25px 5px 0;
 }
 
-.storycontent embed,
-.storycontent iframe,
-.storycontent object,
-.storycontent video {
+embed,
+iframe,
+object,
+video {
 	max-width: 100%;
 	vertical-align: middle;
 }
diff --git a/global.wordpress.org/public_html/wp-content/themes/rosetta/style.css b/global.wordpress.org/public_html/wp-content/themes/rosetta/style.css
index f556362..a808b47 100644
--- a/global.wordpress.org/public_html/wp-content/themes/rosetta/style.css
+++ b/global.wordpress.org/public_html/wp-content/themes/rosetta/style.css
@@ -154,10 +154,10 @@ h2.fancy:nth-of-type(1) {
 	margin: 0 0 5px 25px;
 }
 
-.storycontent embed,
-.storycontent iframe,
-.storycontent object,
-.storycontent video {
+embed,
+iframe,
+object,
+video {
 	max-width: 100%;
 	vertical-align: middle;
 }