.splash-logo-stage {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  margin: 0;
}

@media (max-width: 620px) {
  .splash-logo-stage {
    width: 88vw;
    top: 50%;
  }
}
