/* Match the SpinalMind scene and keep both books completely visible. */
.fl-site .fl-detail-hero.fl-detail-product>figure.fl-hypnosomatic-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-hypnosomatic-book-scene img{
  position:static;display:block;width:100%;height:auto;max-height:none;
  object-fit:contain;object-position:center;padding:0;background:transparent;
}
