.teamimage {
	width: 100%;
	height: auto
}
.teamimagehover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0
}
.teamimageframe:hover .teamimagehover {
	opacity: 1
}






.team .third {
	width: 22%;
	margin-right: 2%;
 background:;
	float: left;
	text-align: center;
	padding: 0 0;
	margin-bottom: 65px;
}
.team .third:nth-child(4n+4) {
	margin-right: 0;
}
.team .third:nth-child(4n+5) {
	clear: both
}


 .teamimageframe .text .shortname {
	font-size: 35px;
	font-weight: bold;
	padding: 25px 0 ;
}
.teamimageframe .text .details {
	padding: 0 25px;
font-size: 14px;
line-height: 20px;
padding-bottom: 10px;
}

 @media screen and (max-width: 1385px) {


.teamimageframe .text .shortname{font-size: 35px;
font-weight: bold;
padding: 20px 0;}






.teamimageframe .text .details{padding: 0 25px;
font-size: 13px;
line-height: 18px;
padding-bottom: 10px;}
 }


 @media screen and (max-width: 1265px) {


.team .third:nth-child(4n+4) {
	margin-right: 2%;
}
.team .third:nth-child(4n+5) {
	clear: none
}

.team .third {
	width: 32%;
	margin-right: 2%;
 background:;
	float: left;
	text-align: center;
	padding: 0 0;
	margin-bottom: 65px;
}
.team .third:nth-child(3n+3) {
	margin-right: 0;
}



.team .third:nth-child(3n+4) {
	clear: both
}




 }




.teamimageframe {
	position: relative
}
.teamimageframe img {
	display: block
}
.teamimageframe .text {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #022d3f;
	color: #FFF !important;
	display: none;
	z-index: 10;
	overflow: scroll;
}

.teamname {
	color: #022d3f;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	padding-top: 15px;
}
.teamjob {
}
.teamimageframe .button {
	position: absolute;
	bottom: 25px;
	width: 80%;
	left: 10%;
	padding-left: 0 !important;
	padding-right: 0 !important
}



.wanttowork{
    width: 100%;
	position: relative;
	background:#29a0b5;
	font-weight:bold; 
	color:#FFF;
	font-size:32px;
	line-height:35px;
}
.wanttowork:before{
    content:'';
    padding:70% 0; /* vertical value as  100% equals width */
    display:inline-block;
	position: relative;
}

