.card{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;z-index:9999;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,.8);height:100vh;width:100vw;margin:0}.card,.card-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-inner{width:50vw;height:94vh;max-height:480px;max-width:280px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:10vh 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-size:100% 100%;background-repeat:no-repeat;border-radius:4px}