diff --git a/patterns/molecules/news-display/css/news-display.component.css b/patterns/molecules/news-display/css/news-display.component.css
index 3f78f61bfb70e3d5d48a2d187ea9cf7365678dcb..c9b3f398d4388850f10eafbfc182bb4d8548436e 100644
--- a/patterns/molecules/news-display/css/news-display.component.css
+++ b/patterns/molecules/news-display/css/news-display.component.css
@@ -426,4 +426,7 @@ h1.news-node-full-content-title {
 
 .news-node-full-content-image img {
   border: 0;
-  box-shadow: 0 1px 3px 0 #bfbfbf; }
+  box-shadow: 0 1px 3px 0 #bfbfbf;
+  width: 99% !important;
+  margin: auto;
+  margin-top: 3px; }
diff --git a/patterns/molecules/news-display/scss/news-display.component.scss b/patterns/molecules/news-display/scss/news-display.component.scss
index 34d9ebb893db8250c685925b4c1f87894acc62e3..1a024c9711a39743761fc29b5318e2f939601245 100755
--- a/patterns/molecules/news-display/scss/news-display.component.scss
+++ b/patterns/molecules/news-display/scss/news-display.component.scss
@@ -648,4 +648,7 @@ h1.news-node-full-content-title {
 .news-node-full-content-image img {
   border: 0;
   box-shadow: 0 1px 3px 0 #bfbfbf;
+  width: 99% !important;
+  margin: auto;
+  margin-top: 3px;
 }