html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
 
#full-screen-background-image {
    z-index: -999;
    width: 40%;
    height: auto;
    position: fixed;
    top: 0;
    left: 30%;
}