.photo-small {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 6px;
    align-self: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.photo-big {
    width: 300px;
    height: 300px;
    border-radius: 16px;
    object-fit: cover;
    background: #f0f0f0;
    margin-bottom: 0;
    display: block;
}

.photo-upload-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.photo-upload-wrapper .photo-big {
    margin-bottom: 0;
}

.photo-upload-wrapper:focus {
    outline: 3px solid var(--primary);
    border-radius: 16px;
}