html, body { background: #000; margin: 0; width: 100vw; height: 100vh; overflow: hidden; padding: 0; } #one { position: absolute; z-index: 99; width: 100vw; height: 100vh; overflow: hidden; font-family: Verdana, Geneva, sans-serif; font-size: 0.7em; background: #000 url(../images/blcbg-1.jpg) no-repeat center center; background-size: cover; color: #666; } #two { position: absolute; z-index: 100; width: 100vw; height: 100vh; overflow: hidden; font-family: Verdana, Geneva, sans-serif; font-size: 0.7em; background: #000 url(../images/blcbg-2.jpg) no-repeat center center; background-size: cover; color: #666; } #two > div { position: absolute; top: 55.5%; left: 47.6%; color: #fff; z-index: 9999; font-size: 0.9rem; font-family: verdana; letter-spacing: 1px; } #two > span { display: block; position: relative; top: 62vh; background: #000; color: #ff9900; z-index: 9999; font-size: .8rem; font-family: verdana; letter-spacing: 1px; padding: 10px; text-align: center; border: 1px solid #ff9900; width: 65vw; max-width: 560px; margin: 0 auto; } #two > span span { display: block; margin: 10px auto; font-size: 0.8rem; color: #ffffff; } span a { text-decoration: none; color: #fff; font-size: 12px; }