.so-widget-jwa-staff-image { 
  height:100%;
  margin:20px 0;
  position:relative;
}

.so-widget-jwa-staff-image img {
  display: block;
  margin-bottom:2px;
  width: 80%;
  margin:0 auto;
}

.so-widget-jwa-staff-image img.round-corners  { border-radius:50%; }

.so-widget-jwa-staff-image .name  { 
  display: block;
  padding-top:16px;
  font-size:20px;
  font-weight:bold; 
  whitespace:nowrap;
  width:100%;
  text-align:center;
}
.so-widget-jwa-staff-image .designations  { 
  display: block;
  font-size:16px;
  font-weight:normal; 
  whitespace:nowrap;
  width:100%;
  text-align:center;
}
