html,body{overflow:hidden!important}
.flip-arrow,.journal-hint{display:none!important}
#journal-artboard{pointer-events:none}
#book{
  display:flex!important;
  flex-direction:row!important;
  align-items:stretch!important;
  justify-content:stretch!important;
}
#book .page{
  position:relative!important;
  flex:1 1 50%!important;
  width:50%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  transform:none!important;
  margin:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  background:#f3dfc1!important;
  overflow:hidden!important;
}
#book .page:first-child{
  border-radius:20px 0 0 20px!important;
  box-shadow:inset -14px 0 18px -18px rgba(58,38,26,.48)!important;
}
#book .page:last-child{
  border-radius:0 20px 20px 0!important;
  box-shadow:inset 14px 0 18px -18px rgba(58,38,26,.48)!important;
}
#book .page img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  filter:none!important;
}
#book::after{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:18px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,rgba(94,66,45,.16),rgba(255,255,255,.28) 46%,rgba(87,60,40,.18));
  mix-blend-mode:multiply;
  opacity:.72;
  pointer-events:none;
  z-index:4;
}
#journal-tape{display:none!important}
#journal-pen{pointer-events:none!important}
