.ProfilePic-link {
  display: block;
  overflow: hidden;
  width: 500px;
  background: radial-gradient(#eaeeee 50%, #dddddd 75%);
  &:hover {
    opacity: 0.95;
  }

  &.square {
    width: 160px;
    aspect-ratio: 1;
    border-radius: 100%;

    @media print {
      width: 130px;
    }
  }
  .ProfilePic-image {
    display: block;
    width: 100%;
    filter: contrast(121%) hue-rotate(-2deg);
  }
}
