.galleryPage{width:100%;min-height:100svh;display:flex;flex-direction:column;font-family:var(--font-lora);color:black}.imageBackground{position:fixed;width:100%;height:100%;z-index:4;background-color:black}.backgroundUnselected{opacity:0;pointer-events:none}.backgroundSelected{opacity:.6;pointer-events:auto}.pictureContainer{max-width:100%;padding:35px 10px;display:flex;justify-content:center;gap:10px;background-color:var(--foreground)}.pictureColumn{flex:1 1;display:flex;flex-direction:column;gap:10px;max-width:500px}.galleryImage{width:100%;height:auto;filter:drop-shadow(0 5px 4px rgba(0,0,0,.25));transition:transform .3s ease;transform:translateY(0);z-index:0}.galleryImage:hover{transition:transform .3s ease;transform:translateY(-5px);cursor:pointer}.clickedImage{width:auto;margin-top:55px;z-index:5}.xButton{position:fixed;z-index:5;cursor:pointer;height:50px;width:50px}@media screen and (max-width:1400px){.xButton{height:35px;width:35px}}@media screen and (max-width:700px){.pictureContainer{padding:10px 10px 35px}.clickedImage{margin-top:10px}.xButton{height:25px;width:25px}}