.people-results-c{
    min-height: auto !important;
    transition: min-height 0.8s ease;
}

@media only screen and (min-width: 768px) {
 #people-results .people-item{
    max-height: 220px;
}   
}

#people-search input{
    margin-bottom: 10px;
}