/* Staff Module Css */
.staffStats {
    list-style: none;
    padding-left: 0;
}
.staffMedia img {
    margin: 0 auto;
    display: block;
}
.staffBody {
	height: 100px;
	padding: 1.5em;
}
.staffMedia {
    height: 300px;
    overflow: hidden;
}
/*Media Queries*/
@media screen and (max-width: 1220px) {

}
/* End 1220px */
@media screen and (max-width: 960px) {

}
/* End 960px */
@media screen and (max-width: 768px) {

}
/* End 768px */
@media screen and (max-width: 480px) {

}
/* End 480px */
/*End Media Queries*/
