@media (max-width: 767.98px) {
  .wg-about-avatar #profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .wg-about-avatar .avatar-wrapper {
    width: 170px;
    height: 170px;
    margin: 0 auto 1rem;
    flex: 0 0 auto;
  }

  .wg-about-avatar .avatar {
    width: 170px;
    height: 170px;
    max-width: none;
    max-height: none;
    display: block;
  }

  .wg-about-avatar .portrait-title,
  .wg-about-avatar .article-style,
  .wg-about-avatar ul.network-icon {
    width: 100%;
    text-align: center;
  }
}
