.staff img,
.staff-modal-content img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin: 1em auto 0;
  max-width: 57%;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .staff img,
  .staff-modal-content img {
    max-width: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  .staff img,
  .staff-modal-content img {
    max-width: 57%;
  }
}
.staff h3,
.staff-modal-content h3,
.staff h4,
.staff-modal-content h4 {
  color: #656263;
  text-align: center;
}
.staff {
  margin: 2.6em auto 1em auto;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .staff {
    margin-top: 3.6em;
  }
}
.staff .staff-image {
  position: relative;
}
.staff .staff-image:before,
.staff .staff-image:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
}
.staff .staff-image:before {
  background: #f3f4f5;
  width: 35%;
  padding-top: 35%;
}
@media only screen and (min-width: 768px) {
  .staff .staff-image:before {
    width: 20%;
    padding-top: 20%;
    left: 16em;
  }
}
@media only screen and (min-width: 1200px) {
  .staff .staff-image:before {
    width: 35%;
    padding-top: 35%;
    left: 0;
  }
}
.staff .staff-image:after {
  background: #fcdf51;
  width: 15%;
  padding-top: 15%;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .staff .staff-image:after {
    width: 8%;
    padding-top: 8%;
    right: 17em;
  }
}
@media only screen and (min-width: 1200px) {
  .staff .staff-image:after {
    width: 15%;
    padding-top: 15%;
    right: 0;
  }
}
.staff > .btn {
  border: 1px solid #4fbfed;
  color: #4fbfed;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  padding: .4em 1.6em;
  border-radius: 7px;
}
.staff-modal-content .content {
  text-align: left;
}
.staff-modal-content .close {
  position: relative;
  z-index: 2;
}
.staff-modal-content .modal-content {
  overflow: hidden;
  padding: 1em 1.5em;
}
.staff-modal-content .modal-content img {
  max-width: 57%;
  margin: 0 auto;
  display: block;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 992px) {
  .staff-modal-content .modal-content img {
    float: left;
    max-width: 30%;
    margin-right: 1.3em;
    padding: .5em;
  }
}
@media only screen and (min-width: 1200px) {
  .staff-modal-content .modal-content img {
    float: left;
    margin-right: 1.6em;
    padding: .5em;
  }
}
.staff-modal-content .modal-content .content,
.staff-modal-content .modal-content h3 {
  margin-top: 1em;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .staff-modal-content .modal-content .content,
  .staff-modal-content .modal-content h3 {
    text-align: left;
    margin-top: 0;
  }
}
