.team.element-one{
width:auto;
margin-left:-15px;
margin-right:-15px;
}
.team.element-one .team-item{
padding-left:15px;
padding-right:15px;
}
.team.element-one:not(.owl-carousel) .team-item{
float:left;
margin-bottom:40px;
}
.team.element-one .team-item > .holder{
text-align:center;
}
.team.element-one .team-item > .holder > .pic{
position:relative;
margin-bottom:22px;
}
.team.element-one .team-item > .holder > .pic > img{
width:100%;
}
.team.element-one .team-item > .holder > .pic > .pic-main{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
z-index:1;
background:center top no-repeat;
background-size:cover;
}
.team.element-one .team-item > .holder > .pic > .pic-data{
position:absolute;
right:0;
bottom:0;
left:0;
z-index:2;
padding:20px 32px 20px 32px;
background-color:rgba(19,19,32,0.95);
opacity:0;
visibility:hidden;
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
.team.element-one .team-item > .holder:hover > .pic > .pic-data{
opacity:1;
visibility:visible;
}
.team.element-one .team-item > .holder > .pic > .pic-data > .table{
display:table;
table-layout:fixed;
width:100%;
height:100%;
margin:0;
}
.team.element-one .team-item > .holder > .pic > .pic-data > .table > .table-cell{
display:table-cell;
width:100%;
height:100%;
vertical-align:bottom;
}
.team.element-one .team-item > .holder > .pic > .pic-data > .table > .table-cell > *:last-child{
margin-bottom:0 !important;
}
.team.element-one .team-item > .holder > .pic > .pic-data .designation{
margin-bottom:9px;
text-transform:uppercase;
font-weight:600;
font-size:13px;
line-height:23px;
}
.team.element-one .team-item > .holder > .pic > .pic-data .excerpt{
margin-bottom:20px;
color:#fff;
}
.team.element-one .team-item > .holder > .data{
}
.team.element-one .team-item > .holder > .data > *:last-child{
margin-bottom:0 !important;
}
.team.element-one .team-item > .holder > .data .title{
margin-bottom:4px;
text-transform:uppercase;
font-weight:600;
font-size:13px;
color:#131320;
line-height:25px;
}
.team.element-one .team-item > .holder > .data .title a{
color:inherit;
}
.team.element-one .team-item > .holder > .data .designation{
margin-bottom:7px;
text-transform:uppercase;
font-weight:400;
font-size:12px;
line-height:25px;
} @media screen and (min-width:1200px){
} @media screen and (min-width:992px) and (max-width:1199px){
} @media screen and (min-width:768px) and (max-width:991px){ .team.element-one:not(.owl-carousel) .team-item{
width:50% !important;
}
} @media screen and (min-width:480px) and (max-width:767px){ .team.element-one:not(.owl-carousel) .team-item{
width:50% !important;
}
} @media screen and (min-width:321px) and (max-width:479px){ .team.element-one:not(.owl-carousel) .team-item{
width:100% !important;
}
} @media screen and (max-width:320px){ .team.element-one:not(.owl-carousel) .team-item{
width:100% !important;
}
}