body,html {
      height: 100%;
    width: 100%;
    
}

.container-wrapper{
    height: 100%;
    width: 100%;
    background-image: url(a_data/img/res.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

