/* 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: 1200px;  /* Real image width */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* Splash screen */
