diff --git a/server/images/android_screenshot.png b/server/images/android_screenshot.png
deleted file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001

literal 0
Hc$@<O00001

diff --git a/server/images/android_screenshot@2x.png b/server/images/android_screenshot@2x.png
deleted file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001

literal 0
Hc$@<O00001

diff --git a/server/images/ios_screenshot.png b/server/images/ios_screenshot.png
deleted file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001

literal 0
Hc$@<O00001

diff --git a/server/images/ios_screenshot@2x.png b/server/images/ios_screenshot@2x.png
deleted file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001

literal 0
Hc$@<O00001

diff --git a/web/splash/splash.css b/web/splash/splash.css
--- a/web/splash/splash.css
+++ b/web/splash/splash.css
@@ -62,11 +62,6 @@
   font-weight: 300;
   padding-top: 5px;
 }
-div.devices {
-  display: flex;
-  justify-content: space-between;
-  margin: 0 159px;
-}
 div.bottomContainer {
   z-index: 2;
   position: relative;
diff --git a/web/splash/splash.react.js b/web/splash/splash.react.js
--- a/web/splash/splash.react.js
+++ b/web/splash/splash.react.js
@@ -113,20 +113,6 @@
                     We make it incredibly easy to plan events with your friends.
                   </p>
                 </div>
-                <div className={css.devices}>
-                  <img
-                    src="images/ios_screenshot.png"
-                    srcSet="images/ios_screenshot@2x.png 526w"
-                    width={263}
-                    height={527}
-                  />
-                  <img
-                    src="images/android_screenshot.png"
-                    srcSet="images/android_screenshot@2x.png 570w"
-                    width={285}
-                    height={527}
-                  />
-                </div>
               </div>
             </div>
           </div>