body {
  padding: 0;
  margin: 0;
}

#splash {
  display: none;
  position: absolute;
  width: 1920px;
  height: 1080px;
  background: black;
  z-index: 101;
}

#splash img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
}

.on-load #splash {
  display: block;
}

@media only screen and (max-height: 721px) {
  #splash {
    width: 1280px;
    height: 720px;
  }
}
