#tscreen {
  position: absolute;
  background-color: black;
  z-index: 999;
  flex-flow: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tscreen .quote {
  vertical-align: baseline;
  color: white;
  border-color: gray;
  font-size: 1.4em;
  margin: 1em 0px;
  padding: 0px 20px 0px 25px;
  font-size: 1.7em;
  line-height: 1.2em;
  text-align: center;
  font-style: italic;
  transform: rotate(-3deg);
  margin: 1em 18% 1.5em 9%;
  padding: 1em 0px;
  border-width: 1px 0px;
  border-style: solid;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  font-family: Walbaumgrot, helvetica, arial, sans-serif;
}
#tscreen .tscreen_timer {
  font-size: 4em;
}
#tscreen .image_wrapper {
  position: absolute;
  width: inherit;
  opacity: 0.2;
  z-index: -3;
}
#tscreen .image_wrapper img {
  width: inherit;
}
