#splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  overflow: hidden;
}

#splash-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./images/mj_loading.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%; /* Stretch to fill */
}
