.team-wrapper{
    display: inline-block;
}
.team-wrapper li {
    display: inline-block;
    text-align: center;
    float: left;
    max-height:366px;
    min-height: 310px!important;
    margin: 10px 8px;
    width: 187px;
    padding: 10px;
}
.team-wrapper li.ourteam-list-item  .team-mem-img {
    position: relative;
    overflow: hidden;
    border: 2px solid #999999;
    border-radius: 50%;
}
.team-wrapper li.ourteam-list-item  a img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.team-wrapper li.ourteam-list-item:hover  .team-mem-img {
    border-color: #de5400;
}
.team-wrapper li.ourteam-list-item:hover  .team-mem-img img {
    transform: scale(1.1);
}
.team-wrapper li:hover a{
    text-decoration: none;
}
.team-wrapper li .member_avatar {
    max-width: 100%;
    text-align: center;
    display: inherit;
}
h2.full-name {
    font-size: 16px;
    margin: 10px 0px 5px; 
    max-height: 20px; 
    overflow: hidden;
    color: #2f2f2f;
}
h2.full-name a{
    color: #000; 
    text-decoration: none;
}
.team-wrapper li #greg_description {
    max-height: 45px; 
    overflow: hidden;
    color: #0a263c;
}
.ourteam-detail .ourteam-short_desc{ 
    float: left;
    margin-left: 0;
    margin-top: 5px; 
    width: 100%; 
}
.ourteam-description{
    float: left; 
    margin-top: 5px;
}
.read-more {
    background: #999999;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    margin: 15px 0;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
}
.read-more:hover{
    color: #fff;
    background: #de5400;
}
.ourteam-view {
    padding: 20px;
    display: inline-block;
    width: 95%;
    margin-bottom: 5px;
}
.team-img{
    float: left; 
    width: auto; 
    margin-right: 20px;
    text-align: -webkit-center;
    border: 1px solid rgba(204, 204, 204, 0.41);
}
.team-img img{
    max-width: 100%;
}
.team-block-left{
    float: left; 
    width: 35%;
}
.team-block-right{
    float: left; 
    width: 65%;
}
.back-btn{
    float: left;
    width: 100%;
}
.social-icon {
    padding-top: 5px;
}