#gtn-screen { position: fixed; z-index: 5100; width:100%; height:100%; } #gtn-screen-overlay { position: fixed; top:0; left:0; background: rgba(224, 224, 224, 0.75); z-index: 5000; width:100%; height:100%; opacity: 2; } #gtn-header { position: fixed; height: 100%; width: 100%; z-index: 5200; display: flex; justify-content: center; flex-direction: column; align-items: center; }