diff --git a/app/assets/stylesheets/about.scss b/app/assets/stylesheets/about.scss
index ce443fab4d98ffcca8c3189d17ca2a8d7e93f1b0..2ff1d14537180de1e7db628ad19cadf1b98a4ee2 100644
--- a/app/assets/stylesheets/about.scss
+++ b/app/assets/stylesheets/about.scss
@@ -109,10 +109,18 @@
     }
   }
 
-  @media screen and (max-width: 360px) {
+  @media screen and (max-width: 625px) {
     .wrapper {
       padding: 20px;
     }
+
+    .screenshot-with-signup .mascot {
+      display: none;
+    }
+
+    .features-list {
+      display: block;
+    }
   }
 }