#groups .card {
  overflow: hidden;
}
#groups .card a {
  display: block;
}

.group-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.group-logo img {
  width: 100% !important;
  height: auto !important;
  display: block;
  border-radius: 0 !important;
  max-width: 100% !important;
}

#group-name {
  padding: 2rem;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1340px) {
  #group-name {
    padding: 1rem !important;
  }
}
