.photo-preview {
    text-align: center;
    margin: 1rem auto;
}

.photo-preview div {
    position: relative;
    display: inline-block;
}

.photo {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: min(90vw, 50rem - 10rem);
}

.photo-link {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    background-color: var(--surface-color-1);
    color: var(--color-0);
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.8rem;
}

#photo-navigation {
    text-align: center;
}