/** PAGE -- TOP
==============================================*/
.section-staff {
  padding-top: 0px;
}

@media only screen and (max-width: 767px) {
  .section-staff {
    padding-top: 0;
    overflow: hidden;
  }
}

.section-staff .figure img {
  width: 100%;
}

.section-staff .cell {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .section-staff .cell {
    margin: 0;
    padding: 15px 30px;
  }
}
