.golden-wrapper.on{

    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translate3d(0, 50%, 0);
    background: #fff;
    max-width: 570px;
    max-height: 300px;
    z-index: 1000;
    border-radius: 20px;
    margin: 0 auto;
    box-shadow: 1px 1px 20px 1px #686868;
    padding: 30px;
}
.golden-wrapper{display:none;}