/* JMOMT v5.6.0.1 — prevent bottom-of-adventure layout bounce. */
.jmit-v493-adventure-workspace .jmit-v493-today,
.jmit-v493-adventure-workspace .jmit-v496-story,
.jmit-v493-adventure-workspace .jmit-v525-scrapbook-launcher,
.jmit-v497-family-adventure .jmit-v525-scrapbook-launcher,
.jmit-v499-kids-adventure .jmit-v525-scrapbook-launcher {
  overflow-anchor: none;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.jmit-v525-scrapbook-launcher {
  min-height: 112px;
  contain: layout paint;
}

@media (max-width: 767px) {
  .jmit-v525-scrapbook-launcher { min-height: 156px; }
}
