#characters {
  background: #71421a;
}

#charactertext {
  position: absolute;
  width: 90%;
  max-width: 980px;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  text-align: center;
  transform: translate(0, -90%);
}

#characterwrap {
  position: absolute;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#ty {
  width: 15em;
}

#iggy {
  width: 15em;
  margin-right: 2em;
  transform: scaleX(-1);
}

@media only screen and (max-width: 1280px) {

  #ty {
    width: 13em;
  }

  #iggy {
    width: 13em;
  }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {

  #ty {
    width: 13em;
  }

  #iggy {
    width: 13em;
  }
}

@media only screen and (max-width: 1023px) {

  #charactertext {
    transform: translate(0, -100%);
  }

  #iggy {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {

  #ty {
    width: 10em;
  }

  #iggy {
    width: 10em;
  }
}
