
/*------------------------------------------------------------------------
# mod_mx_team Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2020 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/
.mos-img img {display: none !important;}
.mxteam *, .mxteam::after, .mxteam::before {
    box-sizing: border-box;
}
.our-team22{
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}
.our-team22 img{
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    transition: all 0.4s ease-in-out 0s;
}
.our-team22:hover img{
    right: 60%;
}
.our-team22 .team-content{
    width: 80%;
    height: 100%;
    background: #f1f1f1;
    padding: 20% 30px 0;
    position: absolute;
    top: 0;
    right: -80%;
    transition: all 0.4s ease-in-out 0s;
}
.our-team22:hover .team-content{
    right: 0;
}
.our-team22 .title{
    font-size: 22px;
    margin: 0 0 10px 0;
}
.our-team22 .post{
    display: block;
    font-size: 12px;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.our-team22 .description{
    font-size: 14px;
    color: #333;
}
.our-team22 .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team22 .social li{
    display: inline-block;
    margin-right: 2px;
}
.our-team22 .social li:last-child{
    margin-right: 0;
}
.our-team22 .social li a{
    display: block;
    padding: 0px 8px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}
.our-team22 .social li a:hover{ color: #fff; background: #444;  }
@media only screen and (max-width: 990px){
    .our-team22{ margin-bottom: 50px; }
}
@media only screen and (max-width: 360px){
    .team-content{ padding: 15% 15px 0; }
    .our-team22 .social li{ margin-right: 0; }
}
