#hgb {
   width: 100%;
   height: 100%;
  
}

#hgb p {display:none;}


#hgbi {
    width: 80%;
   height: 80%;
   margin-left: 10%;
   background: url(fg.jpg) no-repeat center center fixed;
   background-size: 100%; 
   
   
}


#pause {
    background: url(fg.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover; 
}