diff --git a/core/themes/bartik/css/components/content.css b/core/themes/bartik/css/components/content.css
index 6a672dd576c3fdde23ef4e611452612616d0da9d..16653824a0527c212912e3705fe2e5dadb6edd46 100644
--- a/core/themes/bartik/css/components/content.css
+++ b/core/themes/bartik/css/components/content.css
@@ -97,6 +97,19 @@ h1#page-title {
   margin-right: 236px;
   margin-left: 0;
 }
+@media all and (min-width: 560px) {
+  .node .field-type-image {
+    float: left; /* LTR */
+    margin: 0 1em 0 0; /* LTR */
+  }
+  [dir="rtl"] .node .field-type-image {
+    float: right;
+    margin: 0 0 0 1em;
+  }
+  .node .field-type-image + .field-type-image {
+    clear: both;
+  }
+}
 .field-type-image img,
 .field-name-field-user-picture img {
   margin: 0 0 1em;