/*** Change the url below to set the default photo for your homepage ***/

.lab-group-site .hero {
  background-image: none;
  background-color: #ccc;
}


/*** Changes to layout of people lists when they appear on the homepage. ***/

.homepage .list-photo {
  order: 1 !important;
}

.homepage .list-info {
  order: 2 !important;
}

.homepage .list-info .row,
.homepage .list-info .list-name,
.homepage .list-info .list-contact {
  display:   block !important;
  width:     100% !important;
  max-width: 100% !important;
}

@media (min-width: 992px) {

  .homepage .people-list > .row {
    width: 50%;
    float: left;
    #min-height: 6rem;
  }
  
  .homepage .people-list > .row:nth-child(odd) {
    clear: left;
  }

}