
html, body {
        height: 100%;
        width: 100%;
        overflow: hidden;
        padding: 0;
        margin: 0;
		min-width:990px;
      }
 
      #full-screen-background-image {
        z-index: 1;
        min-height: 100%;
        min-width: 1024px;
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
 
      }
 
  