/* .ssteam__wrapper {
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  flex-wrap: wrap;
  align-items: stretch;
}
.ssteam__tile {
  padding: 0.5rem;
  flex: 100%;
  min-width: 10px;
}
.ssteam__item {
  background-color: white;
  border: 1px solid #eeeeee;
  border-radius: 7px;
  padding: 1rem;
  display: block;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  height: 100%;
}
.ssteam__item:hover,
.ssteam__item:active,
.ssteam__item:focus,
.ssteam__item:visited {
  text-decoration: inherit;
  color: inherit;
}
.ssteam__item__image {
  background-color: #fafafa;
  height: 0px;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem;
}
.ssteam__item__image img,
.ssteam__image__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ssteam__image__placeholder {
  opacity: 0.1;
  padding-left: 20px;
  padding-right: 20px;
}

.ssteam__item__name {
  font-size: 24px;
  white-space: nowrap;
  line-height: 48px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
}

.ssteam__item__excerpt {
  font-size: 16px;
  line-height: 28px;
  opacity: 0.7;
}

@media only screen and (min-width: 600px) {
  .ssteam__tile {
    flex: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .ssteam__tile {
    flex: 33.333%;
    max-width: 33.333%;
  }
} */
