.masonry-grid{display:flex;margin-left:-30px;width:auto}.masonry-grid_column{padding-left:30px;background-clip:padding-box}.masonry-grid_column>div{margin-bottom:10px}.gallery-thumbnail{max-width:90px;max-height:80px;display:flex;align-items:center;justify-content:center}@media (min-width:768px){.gallery-thumbnail{width:144px;height:144px}}.gallery-image{width:100%;display:block;cursor:pointer;transition:transform .2s ease-in-out}.gallery-image:hover{transform:scale(1.05)}.gallery-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000}.gallery-modal-content{position:relative;max-width:90%;max-height:90%}.gallery-modal-image{width:auto;height:auto;max-width:100%;max-height:80vh}.close-button{top:20px;right:30px}.close-button,.nav-arrow{position:absolute;font-size:3rem;color:white;cursor:pointer;z-index:1001}.nav-arrow{top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.5);border-radius:50%;padding:10px}.nav-arrow.left{left:20px}.nav-arrow.right{right:20px}