diff --git a/css/new/index.css b/css/new/index.css
index 4cf9aec..a25d405 100644
--- a/css/new/index.css
+++ b/css/new/index.css
@@ -72,7 +72,7 @@ body {
 .videoCon {
     border-radius: 1rem;
     overflow: hidden;
-    height: 100%;
+    height: 99%;
     margin: 0rem 0.2rem;
 }
 
@@ -80,6 +80,7 @@ body {
     height: 100%;
     padding-top: 0.35rem;
     margin-right: 0.1rem;
+    z-index: 1;
 }
 
 .mTitle {
diff --git a/newIndex.html b/newIndex.html
index 3f47dd2..efc43bf 100644
--- a/newIndex.html
+++ b/newIndex.html
@@ -55,7 +55,7 @@
                 <div class="mPhone">
                     <div class="phoneBorder"></div>
                     <div class="videoCon">
-                        <video id="video"  autoplay="autoplay" muted loop="loop">
+                        <video id="video" controls="false"  webkit-playsinline="false"  playsinline="false"  autoplay="autoplay" muted loop="loop">
                             <source src="video/video.mp4" type="video/mp4"></source>
                         </video>
                     </div>