.fullscreen_bg {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('../i/veveosfeer.jpg');
    background-repeat:repeat;
}