body, html {
      height: 100%;
      margin: 0;
	  overflow: hidden;
    }
#background {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
#overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
img {
	  position: absolute;
      /* width: 100%; */
      height: 100vw;
      bottom: 0;
      image-rendering: pixelated;
      align-content: baseline!important;
	}
