.notes-list .notes{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:18px}@media screen and (max-width:1024px){.notes-list .notes{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.notes-list .notes .note{width:220px;height:300px}.notes-list .open-note .note{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:99991;width:50vw}.notes-list .open-note .note .content{min-height:18em}.notes-list .open-note:after{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:9999}