/* Keep every cover fully visible and completely inside its colored display box. */
.book-row article>a:first-child{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:380px!important;
  min-height:380px!important;
  aspect-ratio:auto!important;
  padding:1.25rem!important;
  overflow:hidden!important;
}
.book-row article>a:first-child img,
.memoir-cover img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
}
@media(min-width:461px) and (max-width:720px){
  .book-row article>a:first-child{height:340px!important;min-height:340px!important}
}
@media(max-width:460px){
  .book-row article>a:first-child{height:430px!important;min-height:430px!important}
}
