#background-grid {
    /*position absolutely in background and keep it scrolling */
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 30%;
    height: 30%;   
}
#background-grid path {
    fill: none;
    stroke: rgb(235, 235, 235);
}