.splashBackground {
  background-color: rgba(150,150,150,0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
}
.splashImg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
