.blocks-container { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; display: flex; flex-direction: column; pointer-events: none; z-index: 10000000; }
.blocks-container .row { flex: 1; width: 100%; display: flex; }
.blocks-container .block { position: relative; flex: 1; background: var(--bg); margin: -0.25px; }
.transition-in .block { transform-origin: top; }
.transition-out .block { transform-origin: bottom; }
