.footer-team__viewport {
    height: 100%;
    width: 100%;
}

.footer-team__img {
    display: none;
    /* standaard onzichtbaar */
    width: auto;
    height: 100%;
    object-fit: contain;
}

.footer-team__img--active {
    display: block;
    /* alleen actieve zichtbaar */
}