diff --git a/prosopopee/themes/exposure/templates/index.html b/prosopopee/themes/exposure/templates/index.html
index 128e027..e289689 100644
--- a/prosopopee/themes/exposure/templates/index.html
+++ b/prosopopee/themes/exposure/templates/index.html
@@ -35,6 +35,7 @@
+
{% set video = "" %}
{% else %}
diff --git a/prosopopee/themes/material/static/css/styles.css b/prosopopee/themes/material/static/css/styles.css
index b8290f6..a0e03fc 100644
--- a/prosopopee/themes/material/static/css/styles.css
+++ b/prosopopee/themes/material/static/css/styles.css
@@ -151,12 +151,10 @@ div#bg-section {
margin-top: 20px
}
-.parallax video {
+video.fillWidth {
position: absolute;
z-index: 0;
bottom: 0;
-}
-.parallax video.fillWidth {
width: 100%;
}
diff --git a/prosopopee/themes/material/templates/index.html b/prosopopee/themes/material/templates/index.html
index 76f6da6..9b5242a 100644
--- a/prosopopee/themes/material/templates/index.html
+++ b/prosopopee/themes/material/templates/index.html
@@ -8,70 +8,75 @@
{% block content %}