.staff-img{
  display: block;
  position: relative;
  max-width:300px;
  margin: 0 auto;
}

.staff-img img{
  display: block;
  width:100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  max-width:300px;
  margin: 0 auto;
}

.staff-img img.photo{
  position: absolute;
  top: 0;
  left: 0;
}

.staff-img img.photo-main{
  opacity: 1;
  /*
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  */
}

.staff-item:hover .staff-img img.photo-main{
  /*
  opacity: 0;
  */
}

.staff-img img.photo-hover{
  opacity: 0;

  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.staff-item:hover .staff-img img.photo-hover{
  opacity: 1;
}

.staff-info{
  padding-top: 20px;
}

.staff-title{
  font-weight: 300;
  font-size: 24px;
  color: #F73D56;
}

.staff-subtitle{
  font-weight: 300;
  font-size: 16px;
}

.staff-body{
  font-weight: 300;
  font-size: 14px;
  margin-top: 20px;
}
