.member-menu {
    max-width: 17.375rem;
    display: none;
}

.member-menu__photo {
    border-radius:50%;
    overflow:hidden;
    display:flex;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
}

.member-menu__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 1024px) {
    .member-menu {
        display: block;
    }
}