html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #FFF;
  overflow: hidden;
}

.splash {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  object-position: center;
}

