diff --git a/source/_patterns/04-components/facebook/_facebook.scss b/source/_patterns/04-components/facebook/_facebook.scss
index 905b4d7d57884750ba54146dd2d6f82a274b944d..1c55985235fb8735db4991cdd0e637b0623d1b87 100644
--- a/source/_patterns/04-components/facebook/_facebook.scss
+++ b/source/_patterns/04-components/facebook/_facebook.scss
@@ -1,4 +1,5 @@
 .uw-facebook {
+  display: grid;
   padding: 1rem 0;
   width: 100%;
 
@@ -21,7 +22,7 @@
   .fb-post,
   .fb-page {
     background: url('../source/images/icons/facebook_logo.png') no-repeat;
-    background-position: center center;
+    background-position: 50% 25%;
     min-height: 340px;
     text-align: center;
     width: 100%;