diff --git a/vipra-ui/app/html/index.html b/vipra-ui/app/html/index.html
index 70176b8d7fb99384289260b06fdd27ba8df78fba..10abfc212087f13e7d28dba89736140db74cdea0 100644
--- a/vipra-ui/app/html/index.html
+++ b/vipra-ui/app/html/index.html
@@ -67,7 +67,7 @@
         <div class="col-md-offset-1 col-md-10 col-sm-12">
           <div class="embed-responsive embed-responsive-16by9 screencast">
             <video controls muted poster="img/vipra-logo-big.png">
-              <source src="//ftp.cochu.io/vipra/screencast.mp4" type="video/mp4">
+              <source src="https://ftp.cochu.io/vipra/screencast.mp4" type="video/mp4">
               Your browser does not support the video tag.
             </video>
           </div>
diff --git a/vipra-ui/app/less/app.less b/vipra-ui/app/less/app.less
index ff65c223e84e09a941fa60246e1f406b9f59a9a7..6bc795421963a98e59f8babf1661616d79508cfb 100644
--- a/vipra-ui/app/less/app.less
+++ b/vipra-ui/app/less/app.less
@@ -642,7 +642,8 @@ entity-menu {
 
 .menu-button {
   position: absolute;
-  top: 0;
+  top: 1px;
+  left: 5px;
 }
 
 .menu-padding {