.featured-contributor-img img,
.featured-contributor-img-placeholder {
  clip-path: polygon(100% 0, 100% 61%, 81% 100%, 0 100%, 0 0);
  max-width: 110px;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  background: linear-gradient(
    135deg,
    rgb(62, 0, 85) 0%,
    rgb(221, 39, 230) 100%
  );
}

.featured-contributor-wrapper {
  max-width: 130px;
  width: 100%;
  min-height: 250px;
}

@media (max-width: 1023px) {
  .featured-contributor-wrapper {
    min-width: 130px;
  }
}
