.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.full-screen-photo{max-width:90%;max-height:90%;transition:transform .3s ease-in-out;animation:zoomIn .5s ease-in-out}@keyframes zoomIn{0%{transform:scale(0)}to{transform:scale(1)}}.no-scroll{overflow:hidden}.photo-gallery{display:flex;flex-wrap:wrap;gap:16px}.photo-tile{flex:1 1 calc(33.333% - 16px);box-shadow:0 4px 8px #0000001a;margin-bottom:16px;overflow:hidden;border-radius:8px;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:#0c0c0c}.photo-block{flex:1 1 calc(33.333% - 16px);font-size:smaller}@media(max-width:768px){.photo-tile,.photo-block{flex:1 1 calc(50% - 16px)}}.photo-tile img{max-width:100%;max-height:100%;display:block}
