.people-tile .views-row {
	min-height:70px;
	margin-bottom:10px;
	padding-bottom:10px;
  transition: all 0.3s ease-in-out;
  max-width:50%;
}

.people-tile .views-row .views-field-field-headshot {
  width: 70px;
  float: left;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
} 

.people-tile .views-row:hover {
	min-height:300px;
}

.people-tile .views-row:hover .views-field-field-headshot {
	width:50%;
	clear:both;
	transition: all 0.3s ease-in-out;
}

.people-tile .views-row .views-field-field-headshot img {
	border-radius:300px;
}

.people-tile .views-row .views-field-title h3,
.people-tile .views-row .views-field-title a {
  color: #232d4b;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 0;
}