.employee-underlay {
    position: absolute;
    top: 0;
    z-index: -1;
}
.employee-underlay.active{
    z-index: 1;
}
.team-member-row{
    margin-top: -5px !important;
}
.employee-title h3{
	margin-bottom:0px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.team-member-row{
		font-size: 14px;
	}
	.team-member-row .position{
		height: 52px;
	    overflow: hidden;
	    display: block;
	}
}