#game-ban .tribe-icon img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  object-fit: cover;
  object-position: center;
  transform: scale(1.22);
  transform-origin: center;
}

#game-ban .tribe-demon .tribe-icon img {
  transform: scale(1.06);
}
