Template:Teammates/styles.css

From OnTrackNorthAmerica
.pic1 tbody{
	width: 100%;
}
.pic1 tr{
	display:flex;
}
.pic1 td{
	width: 33.3%!important;
}

/*
.pic1 figure{
	width: 100% !important;
	float: none !important;
	margin: 1em 1em 1em 1em!important;
	box-sizing: border-box;
}*/

.pic1 img{
	max-width: calc(100% - 3em) !important;
}