.profile-picture{position:relative;display:block;width:90px;height:90px;border-radius:90px;border:3px solid gray;cursor:pointer;background-color:gray}.profile-picture.sm{width:70px;height:70px;border-radius:70px}.profile-picture.lg{width:140px;height:140px;border-radius:140px}.profile-picture.no-link{cursor:default}.profile-picture img{position:relative;width:100%;height:100%;object-fit:contain;border-radius:100%}
