.team-details {
	position: absolute;
    top: 0;
    left: unset;
    right: unset;
    bottom: unset;
}
.team-member {
    overflow: visible;
    z-index: 1;
}
.team-member.expandable.active {
	z-index: 2;
}
.team-member.active .team-details {
	padding: 20px;
}
.certificate-image img {
	width: 100%;
}