{% for item in media %}
<a href="{{ item.path }}" class="galerie-images__overlay" title="{{ item.alt|e('html_attr') }}"><img src="{{ item.path }}" alt="{{ item.alt|e('html_attr') }}" title="{{ item.alt|e('html_attr') }}" /></a>
{% endfor %}