.profile-avatar-large {
    width: 112px;
    height: 112px;
    margin: 0 auto 1rem;
    font-size: 2.4rem;
}

.profile-photo-preview {
    display: block;
    width: 96px;
    height: 96px;
    margin: .5rem 0;
    overflow: hidden;
    border-radius: 50%;
    background: var(--lilac);
}

.profile-photo-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
