#editor {
  height: 300px;
}

img {
  width: 90dvw;
}


.screen-block {
  z-index: 0;
}

.screen {
  width: 90dvw;
  height: 60dvw;
  background-color: #9f9;
  position: relative;
  z-index: 1;
}

.background {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

.char1 {
  width: 100%;
  height: 80%;
  margin: 0;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 100;
}

.hover-text {
  width: 100%;
  height: 30%;
  margin: 0;
  position: absolute;
  top: 35%;
  left: 0%;
  z-index: 300;
  color: black;
  background-color: lightgray;
}

.speaker-name {
  width: 60%;
  height: 15%;
  margin-left: 5%;
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 201;
  background-color: rgba(0,0,0,0.7);
  color: snow;
  border: solid black;
}

.speech {
  width: 100%;
  height: 30%;
  margin: 0;
  position: absolute;
  top: 70%;
  left: 0%;
  z-index: 200;
  background-color: rgba(0,0,0,0.8);
  color: snow;
}

.hidden {
  display: none;
}
