.type-staff-member .post-thumbnail {
  height: 280px;
  overflow: hidden;
  border-radius: 100%;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.type-staff-member .post-thumbnail img {
  max-width: unset;
  max-height: unset;
  width: auto;
  height: auto;
}

@media (max-width: 991px) {
  .type-staff-member .post-thumbnail {
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
    width: 200px;
  }
  .type-staff-member .post-thumbnail img {
    max-height: 210px;
  }
}

.archive article.type-staff-member .row > div,
.archive article.type-staff-member .row {
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .archive article.type-staff-member .row > div,
  .archive article.type-staff-member .row {
    text-align: center;
  }
}

.type-offering .post-thumbnail {
  height: 240px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.type-offering .post-thumbnail img {
  max-width: unset;
  max-height: 240px;
  width: auto;
  height: auto;
}
