#districtphoto-container {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

#districtphoto-container .groupphoto {
  position: relative;
}

#districtphoto-container .groupphoto img {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0px 15px 26px 0 rgba(0, 0, 0, 0.15);
}

#districtphoto-container .names {
  background-color: #EFF3F4;
  box-shadow: 0px 15px 26px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  bottom: -10px;
  padding: 20px;
  text-align: center;
  margin: -60px 30px 0px;
}

#districtphoto-container .names span {
  display: block;
  font-size: 0.9rem;
  line-height: 110%;
  color: #003977;
}
