.media.media--view-mode-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;

  img {
    width: auto;
    height: auto;
    border-radius: 50%;
  }

  @media screen and (min-width: 768px) {
    justify-content: start;
  }
}