@import "https://fonts.googleapis.com/css2?family=Mynerve&display=swap";.photo-deck{--photo-deck-font:"Mynerve";box-sizing:border-box;width:100%;height:100%;position:relative;overflow:hidden}.photo-deck *,.photo-deck :before,.photo-deck :after{box-sizing:border-box}.photo-deck__card-shell{will-change:transform;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.photo-deck__card{grid-template-rows:var(--photo-deck-card-top-height) var(--photo-deck-photo-height) var(--photo-deck-card-bottom-height);touch-action:none;will-change:transform;background-color:#fff;border-radius:3px;place-items:stretch center;display:grid;box-shadow:0 12.5px 100px -10px #32324966,0 10px 10px -10px #3232494d}.photo-deck__photo{width:var(--photo-deck-photo-width);height:var(--photo-deck-photo-height);background-color:#f4f2ee;background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:inset 0 0 0 1px #3232491f}.photo-deck__date-row,.photo-deck__caption-row{pointer-events:none;width:100%;min-width:0;display:flex;overflow:hidden}.photo-deck__date-row{justify-content:flex-end;align-items:flex-end;padding:8px 16px 0}.photo-deck__caption-row{justify-content:center;align-items:center;padding:4px 22px 14px}.photo-deck__date,.photo-deck__caption{color:#121212;width:100%;min-width:0;font-family:var(--photo-deck-font), "Segoe Print", "Bradley Hand", "Chalkboard SE", "Comic Sans MS", cursive;text-overflow:ellipsis;white-space:nowrap;line-height:1.5;display:block;overflow:hidden;transform:rotate(-2deg)}.photo-deck__date{text-align:right;font-size:1rem}.photo-deck__caption{font-size:var(--photo-deck-caption-font-size,1.5rem);text-align:center}html,body{overscroll-behavior-y:contain;-webkit-user-select:none;user-select:none;width:100%;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;position:fixed;overflow:hidden}#photo-deck{width:100%;height:100%;position:fixed;overflow:hidden}
