/* Custom styles for Community */
.plugin-hero__content {
    --cwf-contain--max-width: 100%;
}
.plugin-card__image {
  overflow: hidden;
}

.plugin-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plugin-card__image {
  height: 100%;
}