/* Cinematic depth accents. Core layout lives in motion-elements.css. */
.ng-scroll-story__canvas {
    filter:
        drop-shadow(0 38px 52px rgba(0, 0, 0, 0.46))
        saturate(1.04);
}

.ng-scroll-story.has-webgl .ng-scroll-story__fallback {
    display: none;
}

@media (max-width: 900px) {
    .ng-scroll-story__canvas {
        filter:
            drop-shadow(0 24px 38px rgba(0, 0, 0, 0.42))
            saturate(1.02);
    }
}
