.group .feature-box {margin-bottom: 2rem;}

/** faculty profile */
#facultyList .profile .profileImg { 
    max-height: 140px; 
    padding: 0;
}
#facultyList .profile .profileImg a {
    display: block;
    width: 100%;
    max-width: 140px;
    max-height: 140px;
    overflow: hidden;
    border-radius: 50%;
}
@media only screen and (min-width:1000px) {
    .news>.col-12, .events>.col-12, .twitter>.col-12 {
        height: 550px; /* same as twitter max height */
    }
}