.c-personnel__item {
  margin-bottom: 2rem;
  margin-top: 0;
  max-width: 238px;
  text-align: center;
}

.c-personnel__img {
  display: block;
  height: 260px;
  margin: 0;
  min-width: 204px;
  overflow: hidden;
  position: relative;

  img {
    height: 100%;
    left: 50%;
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
}

@supports (object-fit: cover) {
  .c-personnel__img img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
  }
}

.c-personnel__name {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: .25rem;
}

.c-personnel__title {
  display: block;
  line-height: 1.2;
  margin-bottom: .25rem;
}

/* IE11 fix*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-personnel {
    display: block;
    overflow: hidden;
  }

  .c-personnel__item {
    float: left;
    max-width: none;
    overflow: hidden;
    width: 20%;
  }
}
