#stage {
  position: absolute;
  inset: 0;
  background: #fff;
  overflow: hidden;
}

#mtiBlack {
  position: absolute;
  left: 50%;
  top: calc(50% + var(--frame-shift-y, 0px));
  transform: translate(-50%, -50%);
  background: var(--mti-black);
  z-index: 2;
}

#star {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  z-index: 4;
}

#copy {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
  line-height: 0;
  opacity: 0;
}

#logoWrap {
  display: inline-block;
  overflow: hidden;
  line-height: 0;
}

#logo {
  display: block;
  height: 50px;
}

#tagWrap {
  overflow: hidden;
  margin-top: 56px;
}

#tagline {
  display: inline-block;
  height: 31px;
}
