﻿
.wProfileAbout__photo-container {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--saColorLightGray);
    border: 1px solid var(--saColorNeutral300);
    border-radius: 4px;
    overflow: hidden;
}

    .wProfileAbout__photo-container img {
        max-width: 100px;
        max-height: 100px;
    }
