/* V67: Use the supplied full/open cover as the homepage book-card signal. */
body[data-page="home"] .book-card > img.feature-image {
  object-fit: contain !important;
  object-position: center center !important;
  background: #090b08 !important;
  padding: 5px !important;
}

@media (max-width: 720px) {
  body[data-page="home"] .book-card > img.feature-image {
    padding: 4px !important;
  }
}
