.wrapper {
    width: 100%;
    height: 100%;
    background-image: url(../img/contact-background.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

