@media only screen and (max-width: 767px) {
.people-image img {
    min-height: auto;
    max-height: unset;
}
.report-post-grid-item {
    width: 100%;
}
}