.school {
  font-style: italic;
  font-size:smaller;
}


.people-list .name {
  font-size: 1.25em;
}

/*** col-xs-* styles ***/

@media only screen and (max-width: 767px) {
  
  .list-photo {
    text-align: left !important;
    margin-bottom: 1.5em;
  }
  
  .list-photo img {
    max-width: 100% !important;
  }
  
}