.adn-lightbox-gallery a img {
    max-width: 250px;
    height: auto; /* conserve le ratio naturel */
    object-fit: contain; /* pour bien afficher sans déformation */
    border-radius: 4px;
    margin: 5px 5px 10px 0;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    aspect-ratio: 4 / 3; /* optionnel, force un ratio paysage */
}


.adn-lightbox-gallery a img:hover {
    transform: scale(1.05);
}


.adn-lightbox-caption {
    font-style: italic;
    color: #666;
    margin-top: 8px;
    text-align: center;
    font-size: 0.9em;
}
