#refresh-page {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    margin: 0 auto;    
    text-align: center;
    z-index: -1;
    opacity: 0;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
}

#refresh-page .refresh-content {
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    font-size: 28px;
    color: #090909;
    font-weight: 200;
    background: white;
}


html.iphone #refresh-page {
    display: block;
}

html.iphone #refresh-page .refresh-content {
    margin: 0 50px;
    font-size: 26px;
}

html.iphone #refresh-page .refresh-content-link {
    display: block;
    width: 100%;
}