.plugin-icon {
  overflow: hidden;
}

.plugin-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
