#editor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.splash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 100;
}
.splash p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1em;
    line-height: 1em;
    text-align: center;
    margin: -1em 0 0;
    font: 300 24px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.splash .sub {
    font: 300 16px Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 1em 0 0;
}
