diff --git a/public/index.html b/public/index.html
index c620bb05898e9213d3e3de12b83871996137a91e..7b17a807cd8ff8b29cb758de360b4189c6a73633 100644
--- a/public/index.html
+++ b/public/index.html
@@ -121,11 +121,7 @@
   <section id="scene">
     <div class="container">
       <div class="row">
-        <div class="col-12">
-          <div class="embed-responsive embed-responsive-16by9 border rounded mb-5">
-            <video src="img/scene.webm" type="video/webm" class="img-fluid force-autoplay" playsinline autoplay loop onclick="this.play()"></video>
-          </div>
-        </div>
+        <video src="img/scene.webm" type="video/webm" class="img-fluid force-autoplay" playsinline autoplay loop onclick="this.play()"></video>
       </div>
     </div>
   </section>