body { margin: 0; background-color: grey; width: 100%; height: 100%; } img { position: absolute; top: 0; left: 0; } .background { width: 100%; height: 100%; } #spawn { position: relative; top: 0; left: 0; width: 0; height: 0; } #screen { display: block; overflow: hidden; background-size: cover; position: absolute; top: 0; left: 0; }