.diorama-screen {
  touch-action: none;
  -ms-content-zooming: none;
  position: relative;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  perspective: 1000px;
}

.diorama-scene {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateZ(600px);
  -webkit-transform: translateZ(600px);
  transform-style: preserve-3d;
}

.diorama-loading {
  position: absolute;
  font-family: verdana, monospace;
  font-size: 0.9em;
  color: #FFF;
  width: 200px;
  height: 100px;
  margin: -50px -100px;
  text-align: center;
}

.diorama-scene img {
  position: absolute;
  visibility: hidden;
  margin: -300px -500px;
  backface-visibility: hidden;
}

.diorama-scene .f {
  margin: -500px -500px;
}

.diorama-scene .s {
  width: 252px;
  height: 600px;
  margin: -300px -126px;
}
