/* Preserve the complete cover and open-book spread at every viewport width. */
.fl-site .fl-detail-hero.fl-detail-product>figure.fl-spinalmind-book-scene{
  display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;
  background:#eff0ec;
}
.fl-site .fl-detail-hero.fl-detail-product>figure.fl-spinalmind-book-scene img{
  position:static;display:block;width:100%;height:auto;max-height:none;
  object-fit:contain;object-position:center;padding:0;background:transparent;
}
