.skeleton{z-index:1;width:100%;height:100%}.skeleton .convex{filter:blur(4px);background:linear-gradient(#c9c9c9 0%,#e0e0e0 100%);width:100%;height:100%;animation:2s ease-in-out 2s infinite shimmer-reverse;transform:translate(100%,100%)}.skeleton .concave{filter:blur(4px);background:linear-gradient(#e0e0e0 0%,#c9c9c9 100%);width:100%;height:100%;animation:4s infinite shimmer;transform:translate(-100%,-100%)}@keyframes shimmer{to{filter:blur(10px);transform:translate(100%,100%)}}@keyframes shimmer-reverse{to{filter:blur(10px);transform:translate(0%)}}.photo-card img.hidden{opacity:0}.photo-card img.show{opacity:1;transition:opacity .5s ease-in}.photo-card{text-align:center;background:linear-gradient(#e0e0e0 0%,#c9c9c9 100%);border-radius:8px;flex-direction:column;flex:none;align-items:center;width:374px;min-width:374px;height:250px;margin:0 1.5rem;display:flex;overflow:hidden;box-shadow:0 4px 8px #0006}.photo-card img{object-fit:cover;z-index:100;opacity:0;width:100%;min-width:374px;height:100%;min-height:250px;max-height:250px}.photo-card img.move-in{opacity:1;transition:opacity .5s ease-in}@keyframes move-in{0%{transform:translate(-100%,-100%)}to{transform:translate(0)}}
