.team-row
{
	flex-flow : row wrap;
	justify-content : center;
	align-items : stretch;
}

.team-col
{
	display : block;
	width : 300px;
	//height : 300px;
	position : relative;
	margin : 20px;
	background : rgba(0,0,139,0.6);
	border : 1px solid rgba(0,0,139,1);
}

.team-col img
{
	display : block;
	position : relative;
	max-width : 100%;
	max-height : 300px;
	left : 50%;
	transform : translateX(-50%);
	z-index : 9;
}

.team-cap
{
	display : block;
	width : 100%;
	padding : 20px 0px;
	padding-bottom: 60px;
	text-align : left;
	position : absolute;
	position : relative;
	//background : rgba(0,0,139,0.6);
	z-index : 1000;
	bottom : 0px;
	left : 0px;
	transition : display 2s;
	text-align: center;
}

.team-col:hover .team-cap
{
	display : block;
}

.team-cap h4
{
	padding : 10px 20px;
	display : block;
	width : 100%;
	color : #fff;
	font-weight : bold;
	font-size : 20px;
}

.team-cap b
{
	padding : 10px 20px;
	display : block;
	width : 100%;
	color : #fff;
	font-weight : bold;
	font-size : 15px;
}

.team-more
{
	display: block;
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: max-content;
	padding: 7px 10px;
	background: #fff;
	color : rgb(80,60,220);
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	transition: all 0.3s;
	transform: translateX(-50%);
}

.team-dir
{
	text-align: center;
	//width : 300px;
}

.team-dir h4
{
	padding-bottom: 10px;
}

.team-dir b
{
	font-size: 14px;
}
