/* Teambox default CSS */
.themetechmount-teambox-default .themetechmount-team-image-box {
    position: relative;
    overflow: hidden;
}

.themetechmount-teambox-default .themetechmount-team-image-box .ttm-member-social {
    position: absolute;
    right: 0;
    left: 0;
}

.themetechmount-teambox-default .ttm-team-social-links-wrapper ul {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.35s ease-in-out;
}

.themetechmount-teambox-default .ttm-team-social-links-wrapper ul li a {
    margin-top: 15px;
    border-radius: 50%;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: var(--ttm-whitecolor);
    border: 1px solid var(--ttm-whitecolor);
}

.themetechmount-teambox-default .ttm-team-social-links-wrapper ul li a:hover {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
}

.themetechmount-box-team .ttm-team-social-links-wrapper ul li a {
    margin: 0 4px;
    display: block;
    color: var(--ttm-secondarycolor);
}

.themetechmount-teambox-default:hover .ttm-team-social-links-wrapper ul {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
    opacity: 1;
    visibility: visible;
}

.themetechmount-teambox-default .ttm-team-social-links-wrapper ul li {
    list-style: none;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}

.themetechmount-teambox-default .themetechmount-box-content h4 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 2px;
    cursor: pointer;
    display: inline-block;
}

.themetechmount-teambox-default .themetechmount-box-content {
    padding-top: 15px;
    text-align: center;
}

.themetechmount-teambox-default .themetechmount-team-image-box img {
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.themetechmount-teambox-default:hover .themetechmount-team-image-box img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
@media(max-width:767px) {
	
	.ttm-team-member-single-content-wrapper.ttm-team-member-view-default .ttm-team-member-single-content .themetechmount-team-member-single-featured-area .themetechmount-team-member-info .themetechmount-team-img img,
	.themetechmount-box-team.themetechmount-teambox-default .themetechmount-item-thumbnail img {
		min-width: 100%;
	}
}