#booktitle {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 70%;
  max-width: 850px;
  margin: 5em auto 0;
}

#logo {
  width: 100%;
}

#subline {
  width: 65%;
  margin-top: 1em;
}

#introtext {
  color: #1e7a93;
  position: relative;
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  transform: translate(-50%, 35%);
}

#joeonthrone {
  position: absolute;
  display: block;
  width: 30em;
  bottom: 0;
  right: 5%;
}

#throne {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#sittingjoe {
  position: absolute;
  display: block;
  width: 50%;
  left: 0;
  right: 3%;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

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

  #joeonthrone {
    position: absolute;
    display: block;
    width: 25em;
    bottom: 0;
    right: 5%;
  }
}

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

  #introtext {
    transform: translate(-25%, 35%);
  }

  #joeonthrone {
    width: 35em;
    right: 0;
  }
}

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

  #introtext {
    transform: translate(-25%, 35%);
  }

  #joeonthrone {
    right: 0;
  }
}

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

  #introtext {
    transform: translate(4%, 25%);
  }

  #joeonthrone {
    width: 30em;
  }
}

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

  #booktitle {
    width: 80%;
    margin: 3em auto 0;
  }

  #introtext {
    transform: translate(0, 9vw);
  }

  #joeonthrone {
    right: -10%;
  }
}

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

  #joeonthrone {
    width: 43vh;
  }
}

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

  #joeonthrone {
    width: 43vw;
  }
}

@media only screen and (max-width: 360px) and (orientation: portrait) {

  #joeonthrone {
    width: 38vh;
  }
}

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

  #joeonthrone {
    width: 38vw;
  }
}
