/* CSS Document */




.teamHolder
{


}
.teamLid
{
	display:block; 
	padding:30px;
		background-color:rgba(248,248,248,1.00);
		margin-bottom:15px;
		margin-top:15px;

}
.teamLid .lidFoto
{
	display:block;
	background-position:center;
	background-size:cover;
	border-radius:100%;
	padding-top:100%; 

}
.teamLid  h1
{
	margin:0px;
	padding:0px;
}
.teamLid .social img
{
	margin:10px;
	width:35px;
}
.teamLid .lidUsp
{
	font-size:.8em;
	font-weight:400;
}
.teamLid:hover .txt
{
	top:0px;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

 }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

 }

	

