/* v80: immutable recipe-title artwork and optically centered thank-you book. */
.book-feature-visual .book-mockup{
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
.book-feature-visual .book-mockup img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:translateX(-7%)!important;
  transform-origin:center!important;
}
@media(max-width:760px){
  .book-feature-visual .book-mockup img{transform:translateX(-7%)!important}
}
