@charset "utf-8";

.ods-c-two_avatars { width: 28px; height: 28px; border-radius: 100%; overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-right: 10px; }

.ods-c-two_avatars__column { width: 13px; height: 100%; }

.ods-c-two_avatars__img { height: 100%; object-fit: cover; }

.ods-c-two_avatars__img.ods-c-image__img { height: 100%; }

.ods-c-two_avatars--large { width: 90px; height: 90px; }

.ods-c-two_avatars--large .ods-c-two_avatars__column { width: 44px; height: 100%; }

.ods-body-mobile .ods-c-two_avatars--large { width: 70px; height: 70px; }

.ods-body-mobile .ods-c-two_avatars--large .ods-c-two_avatars__column { width: 34px; height: 100%; }
