.overlay-grid{position:fixed;top:0;left:0;right:0;width:100%;height:100%;max-width:1430px;margin:0 auto;pointer-events:none;display:grid;grid-template-columns:repeat(12,1fr);gap:30px;background:rgba(255,0,0,.1);z-index:999;opacity:0}.overlay-grid .column{height:100%;background:rgba(255,0,0,.1)}