/* Scale slides to fit below banner */
/* Slides are 600px tall - scale down and shift to fit in remaining viewport */
body {
    transform: scale(0.92) translateY(calc(var(--ghidra-banner-height) / 2)) !important;
    transform-origin: center center;
}
.view body {
    transform: none !important;
}
