.main,body,html{width:100%;height:100%}.footer-text,.image,.status{text-align:center}*{margin:0;padding:0;border:0;outline:0;box-sizing:border-box}.main{min-height:500px;display:flex;flex-direction:column;justify-content:center;align-items:center}.wrapper{width:420px;height:100%;max-height:810px;min-height:600px}@media screen and (max-height:1000px){.wrapper{height:90%}}.content-wrapper{position:relative;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.status{width:100%;display:flex;justify-content:center;margin-top:20px}.status .loader{display:none;justify-content:center;align-items:center;margin-left:8px}.status .loader .dot{width:10px;height:10px;border-radius:50%;background-color:#ccc;margin:0 5px;animation:1.5s ease-in-out infinite dot-blink}@keyframes dot-blink{0%,100%{opacity:1}50%{opacity:.5}}.image{width:300px}.fullSizeImage{width:100%}.bottom-section{position:absolute;bottom:20px;width:100%}.redirect-btn{width:100%;max-width:336px;height:64px;background:#4c9eea;padding:20px;font-size:18px;cursor:pointer;color:#fff;display:flex;justify-content:center;align-items:center;border-radius:16px;margin:0 auto}.footer{margin-top:20px}.footer-text{font-size:12px;font-weight:300;color:#ccc}.image{display:block;margin-left:auto;margin-right:auto}