/* Final framing refinements for collection cards and portrait book covers. */
.collection:nth-child(1) {
  background-position: left center !important;
}

.collection:nth-child(3) {
  background-image: url('/assets/solo-mamma-card.webp') !important;
  background-size: cover !important;
  background-position: center center !important;
}

.book-grid.tall-covers .book-tile img {
  aspect-ratio: auto;
  height: auto;
  object-fit: initial;
  background: transparent;
  border-radius: 5px;
}

@media (max-width: 820px) {
  .collection:nth-child(1) {
    background-position: left center !important;
  }

  .collection:nth-child(3) {
    background-position: center center !important;
  }
}
