diff --git a/index.html b/index.html
index 2f45927..bdcf249 100644
--- a/index.html
+++ b/index.html
@@ -121,10 +121,10 @@ a:focus {
height: 100%;
color: #fff;
background-image: url('background.jpg');
- -webkit-background-size: 100%;
- -moz-background-size: 100%;
- -o-background-size: 100%;
- background-size: 100%;
+ -webkit-background-size: 500px;
+ -moz-background-size: 500px;
+ -o-background-size: 500px;
+ background-size: 500px;
background-position: -120px;
}