#mainbody {
	margin-top: 150px;
}
/* Equal-height images */
.staff-images .page-image img,
.staff-images .img-responsive {
    width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: center top;
    display: block;
}

/* Mobile - optional */
@media (max-width: 767px) {
    .staff-images .page-image img,
    .staff-images .img-responsive {
        height: 200px;
    }
}