.staffpics {
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9;
}
.staffpics:hover {
		opacity:1;
}
@media only screen and (min-width: 320px) {
.staffpics	{
	width:240px;
	height:300px;
}
}
@media only screen and (min-width: 768px) {
.staffpics	{
}
}
@media only screen and (min-width: 992px) {
.staffpics	{
	width:200px;
	height:250px;
}	
}
@media only screen and (min-width: 1200px) {
.staffpics	{
	width:240px;
	height:300px;
}
}