diff --git a/src/views/Home.vue b/src/views/Home.vue
index 8c70d4c683d1d0d1ef3d57180ad4f484b3cd47cf..efaba75ef5f7ea16746a65fcff4d15bae8295261 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -4,6 +4,20 @@
       title="PLATFORM ONE"
       description="An official DoD DevSecOps Enterprise Services team"
     />
+    <div class="container px-0">
+      <div
+        class="d-flex flex-column align-items-center mt-8 mb-16 mx-4 mx-md-16"
+      >
+        <h2 class="mx-8 mx-sm-16 pb-4">
+          Platform One Awards
+        </h2>
+        <img
+          class="img-fluid mx-auto"
+          src="@/assets/images/P1_DefenseAcq_Web1_2.jpg"
+          alt="2020 Defense Acquisition Workforce Award Winners"
+        />
+      </div>
+    </div>
     <IntroVideo />
     <ProductsSummary />
     <ServicesSummary />
@@ -27,16 +41,6 @@
         </video>
       </v-responsive>
     </div>
-    <div class="d-flex flex-column align-items-center mt-8 mb-16 pb-12">
-      <h2 class="mx-8 mx-sm-16 pb-4">
-        Platform One Awards
-      </h2>
-      <img
-        class="img-fluid mx-auto logo px-4"
-        src="@/assets/images/P1_DefenseAcq_Web1_2.jpg"
-        alt="2020 Defense Acquisition Workforce Award Winners"
-      />
-    </div>
     <Wave :bottom="false">
       <WhoWeServe />
     </Wave>