.bookShowcaseCard {
  align-items: center !important;
}

.bookCoverColumn {
  justify-content: center !important;
  align-self: center !important;
  text-align: center !important;
}

.bookDetails {
  align-items: center !important;
}

.bookIntro {
  align-self: center !important;
}

.bookPoints {
  align-self: center !important;
}

@media (max-width: 900px) {
  .bookShowcaseCard,
  .bookDetails {
    align-items: stretch !important;
  }

  .bookIntro,
  .bookCoverColumn {
    align-self: stretch !important;
  }
}
