.photo {
    margin-bottom: 1rem;
    text-align: center;
}

.photo img {
    width: 100%;
    object-fit: contain;
    max-height: 20rem;
}

.photo {
    display: flex;
    align-items: center;
}