.team-wrap {
  margin: 0;
  position: relative;
  text-align:center;
  margin-bottom:30px;
}
.team-wrap h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top:10px;
  overflow: hidden;
  line-height: 1.5em;
}
.team-wrap span.designation {
  font-weight: 500;
  color: #5a3c50;
  font-size: 14px;
  line-height: 1.2em;
}
.team-wrap .team-img {
  position: relative;
  overflow: hidden;
}
.team-wrap img {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  height: 230px!important;
  object-fit: cover;
  filter: brightness(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-wrap:hover img {
	filter: brightness(110%);
}
.team-social {
  padding: 7px;
  background: #2c3f52;
  color: #ed4e6e;
  position: absolute;
  height: 42px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 1;
}
.team-social a {
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.team-social a i {
  position: absolute;
  top: 7px;
  left: 8px;
}
.team-social a:hover {
  color: #9fb4aa;
  border: 1px solid #9fb4aa;
}


/*
 * Team member modal
 */
#FHTeamMemberModal .modal-image{
	float:left;
	margin:0 20px 10px 0;
	width:200px;
}
#FHTeamMemberModal .modal-intro{
	font-weight:bold;
	margin-bottom:10px;
}
#FHTeamMemberModal .modal-text{
	text-align:justify;
}
/* small */
@media (max-width: 480px){
	#FHTeamMemberModal .modal-dialog{
		width:auto;
	}
	#FHTeamMemberModal .modal-image{
		float:none;
		width:100%;
	}
}