#overlay{width:100%;height:100%;position:fixed;left:0;top:0;z-index:9998;opacity:0;pointer-events:none;background:#000;transition:opacity .3s cubic-bezier(0.19, 1, 0.22, 1)}#overlay.show{opacity:0;pointer-events:none}
