.circlewrap { align-items: baseline; background: #f7f7f8; border-radius: 100%; display: flex; height: 32px; justify-content: center; margin-right: 1.2rem; min-width: 32px; max-width: 32px; overflow: hidden; position: relative; width: 32px; img { height: 100%; object-fit: cover; width: 100%; display: block; } .userpic { background-color: white; border-radius: 50%; border: 1.5px solid black; color: #000; font-size: small; text-align: center; line-height: 32px; width: 100%; height: 100%; min-width: 32px; } .anonymous { height: 17px !important; object-fit: contain; width: 20px !important; margin: auto; } a:link, a:visited { border: none; display: flex; height: 100%; padding: 0 !important; text-align: center; width: 100%; &:hover { background: none; color: #000; } } } .big.circlewrap { margin-right: 0; max-width: 168px; min-width: 168px; height: 168px; width: 168px; @include media-breakpoint-up(md) { margin-right: 4.8rem; } .userpic { font-size: 2em; line-height: 168px; max-width: 100%; width: 100%; } } .authorsList { margin-right: 2.4rem; max-height: 6.8rem; min-width: 6.8rem; height: 6.8rem; width: 6.8rem; .userpic { line-height: 6.4rem; } } .feedMode { .userpic { font-size: 0.8rem; line-height: 14px; min-width: 16px; max-width: 16px; } }