* {
  margin: 0;
  padding: 0;
}

.innoside-splashScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.innoside-splashScreen-logo {
  max-width: 80%;
  margin: auto;
  /* Hack to increase animation speed */
  transform: translate3d(0, 0, 0);
  opacity: 0;
  transition: opacity 7s linear;
}
