/* Custom global style */

/* Splash screen */

html, body, #viewport__center {
    height: 100%;
    margin: 0;
    padding: 0;
}

#viewport__center {
    width: 100%;
    position: relative;
}

#viewport__center > img {
    width: 100%;
    max-width: 500px;  /* Real image width */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* Splash screen */
