/* V49: scrollable presentation aligned directly below the fixed header. */
html[data-active-view="presentation"],
body[data-active-view="presentation"] {
  height: 100%;
  overflow: hidden;
  background: #080707;
}

html[data-active-view="presentation"] body[data-active-view="presentation"] #inner-page-shell {
  position: fixed !important;
  inset: 63px 0 0 !important;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #080707 !important;
}

html[data-active-view="presentation"] body[data-active-view="presentation"] .inner-page-body,
html[data-active-view="presentation"] body[data-active-view="presentation"] #panel-view {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background: #080707 !important;
  box-shadow: none !important;
}

html[data-active-view="presentation"] body[data-active-view="presentation"] #panel-frame {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  border: 0 !important;
  background: #080707 !important;
}

@media (max-width: 760px) {
  html[data-active-view="presentation"] body[data-active-view="presentation"] #inner-page-shell {
    inset: 122px 0 0 !important;
  }

  html[data-active-view="presentation"] body[data-active-view="presentation"] .inner-page-body,
  html[data-active-view="presentation"] body[data-active-view="presentation"] #panel-view {
    height: 100% !important;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  html[data-active-view="presentation"] body[data-active-view="presentation"] #inner-page-shell {
    inset: 112px 0 0 !important;
  }
}
