diff --git a/public/css/layout.css b/public/css/layout.css
index 31d0c2b57..7b3081ce3 100644
--- a/public/css/layout.css
+++ b/public/css/layout.css
@@ -180,12 +180,14 @@ ul#nav li a:active { background-color: transparent !important; }
ul#nav li.current a { color: #F06000; }
.bgvideo {
+ z-index: -1;
object-fit: cover;
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
+
}
/* ------------------------------------------------------------------ */
/* c. About Section
diff --git a/public/index.html b/public/index.html
index ff4c8f0f5..6efbd2727 100644
--- a/public/index.html
+++ b/public/index.html
@@ -32,6 +32,7 @@
+