/* ---------------------------------------------------------------------
 EVENTS - HOME PAGE
----------------------------------------------------------------------*/
.event-team-member-icon {
    height: 2.5rem;
    width: 2.5rem;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

.event-team-member {
    vertical-align: middle;
}

.event-card-img {
    object-fit: cover;
    width: 100%;
    height: 150px;
}

.no-data-img {
    width: 100%;
    max-height: 150px;
}
