remove height flag

diff --git a/css/style.css b/css/style.css
index bb09c98..137f20a 100644
--- a/css/style.css
+++ b/css/style.css
@@ -10,7 +10,7 @@
   -moz-background-size: cover;
   -o-background-size: cover;
   /* Preserve aspet ratio */
-   height: 100%;
+   /* width: 100%; */
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    /* background-position: center !important; */