.wrapper {
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center ;
    width: 100%;
    height: 100%;
}