:root { --avatar-size: 16rem; } .avatar-wrapper { margin-bottom: var(--sizing-sm); width: 100%; justify-content: center; overflow: hidden; & .interior { width: var(--avatar-size); height: var(--avatar-size); display: flex; justify-content: center; overflow: hidden; & img { width: 100%; height: 100%; } } } @media screen and (min-width: 768px) { :root { --avatar-size: 24rem; } }