.vxd-team .image-wrap {
    position: relative;
}

.vxd-team .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 2rem 2.5rem;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: all 300ms;
}

.vxd-team a.social {
    padding: 0.5rem;
    background: #000;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    margin: 1rem auto 0;
    align-items: center;
    justify-content: center;
}

.vxd-team a.social svg path {
    transition: all 300ms;
}

.vxd-team a.social:hover svg path {
    fill: var(--e-global-color-secondary);
}

.vxd-team .bottom {
    padding: 2rem 1rem;
}

.vxd-team .name {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0.5rem;
}

.vxd-team .designation {
    color: var(--e-global-color-secondary);
}

.swiper-slide-contents:hover .overlay {
    opacity: 1;
}

@media (max-width: 640px) {
    .vxd-team .overlay {
        font-size: 16px;
    }
}
