diff --git a/index.html b/index.html
index 6520deb..9a3a15e 100644
--- a/index.html
+++ b/index.html
@@ -96,11 +96,11 @@
.content-grid-bg {
position: absolute;
top: 0;
- left: 0;
- width: 100%;
+ left: -202px;
+ width: calc(100% + 402px);%;
height: 100%;
background-image: url(assets/images/grid.png), url(assets/images/grid.png);
- background-position: left -202px top -35px, right -200px top -35px;
+ background-position: left 0px top -35px, right 0px top -35px;
background-repeat: repeat-y, repeat-y;
z-index: 5;
display: block;