/* ⭐ GEEN VERGROTING IN TABELLEN */
.wiki_container table td {
    overflow: visible;
}

/* Normale afbeelding */
.wiki_container table img {
    display: inline-block;
    position: relative;
    z-index: 10;
    transition: none; /* geen animatie */
    transform: none;  /* geen vergroting */
}

/* Hover uitschakelen */
.wiki_container table img:hover {
    transform: none !important;
}
