diff --git a/html/css/site.css b/html/css/site.css
index 7310f96a4ce1f293256c2cb2d5aa8f38d43c9143..57cafb873a13cd11334e6894ed1bc34d92259c66 100644
--- a/html/css/site.css
+++ b/html/css/site.css
@@ -8,7 +8,7 @@
 body {
     background: black;
     margin: 0;
-    /* cursor: none; */
+    cursor: none;
 }
 
 .content {
diff --git a/html/index.html b/html/index.html
index c932a25e99ddc0b24d8ce7b600314a1cc12f5db3..6b4c337409e0736f357ef69c4f6e9254a365ff30 100644
--- a/html/index.html
+++ b/html/index.html
@@ -52,7 +52,7 @@
         </div>
         <div class="video-container">
             <video id="video" autoplay muted loop>
-                <source src="movie/HEIA-FR-Panels-768x384-whith-videos.mp4" type="video/mp4">
+                <source src="/srv/media/HEIA-FR-Panels-768x384-whith-videos.mp4" type="video/mp4">
                 Your browser does not support the video tag.
             </video>
         </div>