/* Hides the image container for the ultimate team element */
.ult-team-member-image {
    display: none !important;
}
/* Adjusts text padding since the image is no longer taking up space */
.team-item-description {
    padding-top: 15px !important;
}