/* 
.team-section-wd3  .team-member-image{position:relative;min-height:265px;}

.team-section-wd3  .team-member-info {
  position: absolute;
  bottom: -20px;
  background: #fff;
  visibility: hidden;
  padding:5px 0;
  padding-left: 10px;
  opacity:0;
  left:0;right:0;
  transition:  0.3s ease;}
.team-section-wd3 .team-member-info h3{margin-bottom:5px;}
.team-section-wd3 .team-member{    box-shadow: 2px 2px 2px 0px rgba(225,225,225,0.5);width:100%;}
.team-section-wd3 .team-member:hover .team-member-info{
  bottom:0;
  visibility:visible;
  opacity:1;
  cursor:pointer;
  transition: 0.3s ease;
}

@media(max-width:920px){
  body  .row-fluid .team-section-wd3 .four-col-adjust span>.hs_cos_wrapper{
    flex-basis:30.8% ;
  }
}
@media(max-width:767px){
 body  .row-fluid .team-section-wd3 .four-col-adjust span>.hs_cos_wrapper{
  max-width:379px;
  float:none;
  margin-left:auto;
  margin-right:auto;
  }
} */