@import '../../../styles/mixins'; .imageContainer { height: 40px; width: 40px; position: relative; margin: 0px; border-radius: 50%; overflow: hidden; } @include mobile() { .imageContainer { height: 40px; width: 40px; position: relative; margin: 0px; border-radius: 50%; overflow: hidden; } }