#popup{background-color:rgba(0,0,0,.6);height:100vh;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:all .5s ease-out;width:100vw;z-index:2010}#popup #popup_image{background-position:50%;background-repeat:no-repeat;background-size:contain;height:calc(100vh - 100px);margin:50px 32px;width:calc(100vw - 64px)}#popup .close{background-color:#21252b;border-radius:50%;color:#fff;font-size:32px;font-weight:900;height:48px;line-height:48px;position:absolute;right:64px;text-align:center;top:16px;width:48px;z-index:2020}#popup .close:hover{cursor:pointer}.gallery{align-content:space-between;align-items:stretch;display:flex;flex-direction:column;flex-wrap:wrap;gap:32px;height:calc(100vh - 362px);margin-bottom:32px;min-height:660px}.masonry_item{background-position:50%;background-repeat:no-repeat;background-size:cover;border:4px solid #fff;border-radius:4px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;cursor:pointer;display:block;flex-grow:1;height:200px;min-width:120px;-webkit-transition:all 1s ease;width:25%}