﻿.overlay-container {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.95);
    mix-blend-mode: saturation;
    pointer-events: none;
    z-index: 99999;
}
