.book-modal {
  z-index: 100;
  max-width: 900px;
  min-height: 36vh;
  height: 52vw;
  width: 85%;
  left: 50%;
  top: 53%;
  padding: 0;
  transform: translate(-50%, -50%);
  color: white;
  background: rgba(0, 0, 0, 0.75);
}
.modal-inner {
  display: flex;
  padding: 35px 15px;
}
.book {
  width: 50%;
  margin-left: 5px;
}
.abs-sticker {
  position: absolute;
  width: 10vw;
  top: 46vw;
  left: 25vw;
}
.copy {
  width: 44%;
}
.copy h1,
.copy h3 {
  line-height: 0.9;
  text-align: center;
}
.copy h1 {
  font-size: 7.5vw;
  text-transform: uppercase;
}
.copy h3 {
  font-size: 4vw;
  margin-bottom: 0.75em;
}
.copy-links {
  /* display: flex; */
  /* justify-content: space-around; */
  text-align: center;
}
.copy-links p {
  /* display: inline;
  width: 50%; */
}
.copy-links p a {
  font-size: 2.75vw;
  color: #bee5f7;
  text-transform: uppercase;
}
.copy-links p a:hover {
  color: white;
}
.modal a.close-modal {
  top: 3.5px;
  right: 7.5px;
  padding: 15px;
}
.blocker {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .book-modal {
    height: 30em;
  }
  .abs-sticker {
    top: 45vw;
    left: 24vw;
  }
  .copy-links {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .copy h3 {
    font-size: 4vw;
    margin-bottom: 1.75em;
  }
  .copy-links p a {
    font-size: 2.5vw;
  }
}

@media only screen and (min-width: 1024px) {
  .book-modal {
    width: 75%;
    height: 525px;
  }
  .modal-inner {
    display: flex;
    padding: 35px 15px;
  }
  .abs-sticker {
    width: 100px;
    top: 39vw;
    left: 20vw;
  }
  .copy h1 {
    font-size: 4.5em;
  }
  .copy h3 {
    font-size: 3em;
    margin-bottom: 0.75em;
  }
  .copy-links p a {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 1200px) {
  .book-modal {
    height: 600px;
    width: 80%;
  }
  .modal-inner {
    width: 92%;
  }
  .abs-sticker {
    top: 27em;
    left: 15em;
  }
  .copy h1 {
    font-size: 5em;
  }
  .copy h3 {
    font-size: 4em;
    margin-bottom: 1.25em;
  }
  .copy-links p a {
    font-size: 1.7em;
  }
  .modal a.close-modal {
    padding: 30px;
  }
}

@media only screen and (min-width: 1440px) {
  .copy h1 {
    font-size: 5em;
  }
  .copy h3 {
    font-size: 4.5em;
    margin-bottom: 1.15em;
  }
}
