.staff {
  margin-bottom: 6rem;
  padding-bottom: 3rem;
}

.staff .slider-items {
  margin: 0 auto;
  padding-top: 2rem;
  max-width: 118rem;
  width: 100%;
}
.staff .slick-track {
  display: flex;
}
.staff .slider-items .item-group {
  height: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none !important;
}

.staff .slider-items .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.3rem;
          flex: 0 0 34.3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 2rem auto;
  position: relative;
}

.staff .slider-items .item .image {
  width: 100%;
  height: 30rem;
  overflow: hidden;
}
.staff .slider-items .item .caption {
  padding: 2rem 4rem;
  width: 100%;
}

.staff .slider-items .item h3 {
  margin: 0 0 .5em 0;
  padding: 0;
}

.staff .slider-items .item p {
  margin: 0 0 1.25em 0;
  padding: 0;
}

.staff .slider-items img {
  height: auto;
  width: 100%;
}

.staff .slick-slider {
  z-index: 9; 
}

.staff .controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6rem auto -9rem;
  padding: 2rem 4rem;
  position: relative;
  width: 30rem;
  z-index: 10;
}

.staff .controls.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff .controls .current-caption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;