.team.element-three {
    margin: 0;
    padding: 0;
}
.team.element-three .rt-team_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;     
    aspect-ratio: 1/1.5;
    position: relative;
    padding: 0;
    color: #ffffff;
    backface-visibility: hidden;
    text-decoration: none;
    overflow: hidden;
    border-radius: 5px;
    transition: all 0.25s cubic-bezier(0.32, 0.55, 0.79, 0.49);
    min-height: 400px;
}
.team.element-three .rt-team_box:hover {
    text-decoration: none;
}
.team.element-three .rt-team_box::before,
.team.element-three .rt-team_box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute; /*inset: 0;*/
    top: 0;
    left: 0;
}
.team.element-three .rt-team_box::after {
    background: #000000ad;
    opacity: 0;
    transition: 300ms opacity linear;
}
.team.element-three .rt-team_box > * {
    z-index: 1;
}
.team.element-three .rt-team_box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
    object-fit: cover;
    filter: brightness(100%);
    transition: filter 200ms ease, transform 250ms linear;
    border-radius: 5px;
}
/*.team.element-three .rt-team_box:hover img {
    filter: grayscale(0);
    transform: scale(1.09) rotate(0);
    filter: brightness(60%);
    transition: filter 200ms ease, transform 250ms linear;
}*/
.team.element-three .rt-team_box a {
    color: #fff;
    text-decoration: none;
}
.team.element-three .rt-team_box a:hover {
    color: #fff;
    text-decoration: none;
}
.team.element-three .rt-team_box .team_share_icons {
    /*position: relative;    left: 0;    height: 100%;    width: 55px;*/
    position: absolute;
    right: 0;
    height:100%;
    width: 75px;
    padding: 19px 20px; /*text-align: center;*/
    text-align: left;
    top: 0;
    transition: opacity 0.3s, bottom 0.3s;
    display: block;
    margin: 0;
    white-space: normal;
    bottom: 0;
    top: 0;
    opacity: 0;
    z-index: 999;
}
.team.element-three .rt-team_box:hover .team_share_icons {
    opacity: 1;
}
.team.element-three .rt-team_box .team_share_icons ul {
    /*text-align: center;display: block;*/
    list-style-type: none;
    margin: 0;
    padding: 0 !important;
    float: left;
}
.team.element-three .rt-team_box .team_share_icons ul li {
    display: block;
    width: 100%;
    margin: 0 0 0px 0;
}
.team.element-three .rt-team_box .team_share_icons a {
    display: inline-block;
    border: none;
}
.team.element-three .rt-team_box .team_share_icons .icon {
    margin: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    padding: 0px !important;
    border-radius: 50%;
    border: none; /*transform: scale(.5);*/
    transition: all 0.5s ease 0s;
} /*.team.element-six .rt-team_box .team_share_icons .icon:hover {    background: #696e797d;}*/
.team.element-three .rt-team_box:hover .team_share_icons ul li:nth-of-type(1) {
    animation-duration: 0.2s;
    animation-name: slidein;
}
.team.element-three .rt-team_box:hover .team_share_icons ul li:nth-of-type(2) {
    animation-duration: 0.4s;
    animation-name: slidein;
}
.team.element-three .rt-team_box:hover .team_share_icons ul li:nth-of-type(3) {
    animation-duration: 0.6s;
    animation-name: slidein;
}
@keyframes slidein {
    from {
        margin-left: -150%;
        width: 300%;
    }
    to {
        margin-left: 0%;
        width: 100%;
    }
}
.team.element-three .rt-team_box .team_share_icons .icon svg {
    fill: #fff;
}
.team.element-three .rt-team_box .team_share_icons .team-data-area {
    margin-top: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    z-index: 99;
    position: absolute;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 top;
    -ms-transform-origin: 0 top;
    transform-origin: 0 top;
    display: block;
    bottom: -30px; /*left: 19%;*/
    left: 9px;
    width: max-content;
    float: right;
    opacity: 0;
    will-change: transform, opacity;
    transition: 300ms opacity linear, 300ms transform ease-in-out;
}
.team.element-three .rt-team_box:hover .team_share_icons .team-data-area {
    transition-delay: 300ms;
    color: #fff;
    opacity: 1;
    transition: 300ms opacity linear, 300ms transform ease-in-out;
} /*.team.element-six .rt-team_box .team_share_icons .team-data-area .team-member,.team.element-six .rt-team_box .team_share_icons .team-data-area .team-designation {    float: left;    display: inline-flex;}*/
.team.element-three .rt-team_box .team_share_icons .team-data-area .team-member a h6 {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 27px !important;
    color: #f3f3f3;
    font-weight: 600;
}
.team.element-three .rt-team_box .team_share_icons .team-data-area .team-designation p {
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 0;
    color: #ffffff;
}
.team.element-three .rt-team_box .team_share_icons .team-data-area .team-designation p::before {
    content: "/"; /*inset: 0;*/
    top: 0;
    left: 0;
    margin-left: 5px;
    display: none;
}
/*
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .team.element-three .rt-team_box {
        margin: 0 0 30px 0;
    }
}*/
@media only screen and (max-width: 767px) {
    .team.element-three .rt-team_box {
        margin: 0 0 0px 0;
    }
}