diff --git a/public/img/scene-play.png b/public/img/scene-play.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8e5a99762121ac0b985736bb27bc89b52926df5
Binary files /dev/null and b/public/img/scene-play.png differ
diff --git a/public/index.html b/public/index.html
index b58cdf1470e2443f323f5577883c93424f202fd3..2693c08c43b1048da382c92155fcce447225702d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -121,7 +121,7 @@
   <section id="scene">
     <div class="container">
       <div class="row">
-        <video src="img/scene.webm" type="video/webm" class="img-fluid force-autoplay" playsinline autoplay loop onclick="this.play()"></video>
+        <video src="img/scene.webm" type="video/webm" class="img-fluid force-autoplay" poster="img/scene-play.png" playsinline autoplay loop onclick="this.play()"></video>
       </div>
     </div>
   </section>