.ebook-wrapper {
      position: relative;
      left:30px;
      top:42px;
      min-height: 585px;
}

.ebook-wrapper svg {
    max-width: 525px;
    margin: 0 auto;
    overflow: visible;
    filter: drop-shadow(0px 0px 4px #5853E5);
}

.hardback {
    max-width: 660px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 20px;
}

@media only screen and (max-width: 1200px) {
   .ebook-wrapper {
      left:0px;
  }
  .hardback {
      left:48px;
      top: 48px;
      scale: 1.2;
  }
}

@media only screen and (max-width: 787px) {
   .eyebrow {
      display: none;
  }
}

@media only screen and (max-width: 768px) {
   .ebook-wrapper {
      left:0px;
      min-height: 535px;
  }
  .body-container--landing-page {
  margin-top: -20px
  }
  .header__logo {
    position: absolute;
    top: 1.5rem;
  }
  .hardback {
    max-width: 480px;
  }
}

@media only screen and (max-width: 576px) {
   .ebook-wrapper {
      max-width: 95%;
      min-height: 500px;
  }
}  
@media only screen and (max-width: 480px) {
   .ebook-wrapper {
      min-height: 420px;
  }
}

@media only screen and (max-width: 420px) {
   .ebook-wrapper {
      min-height: 360px;
  }
