body {
    background-image: url('../frontend/images/png/background-image.png');
    height: auto;
    width: 100%;
    background-repeat: repeat;
    background-size:800vh;
    overflow: hidden;
    box-sizing: border-box;
}