html, body { } .loading { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; text-align: center; height:100px; width:200px; } .btn { width: 100%; margin-bottom: 5px; display: block; } .mapOuter { width: 100%; overflow: hidden; position: absolute; left: 0; } .mapInner { width: 100%; height: auto; } .error { padding: 5px 10px; color: white; background: #ba6d6d; } .success { padding: 5px 10px; color: white; background: #6ebb72; }