.exhibitors img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: transform .25s ease;
}

.exhibitors .mgLink:hover img { transform: scale(1.03); }

.exhibitors a {
    text-decoration: none;
    color: var(--blue);
}

.exhibitors img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}