<section class="container content-block js-fade-in {{ styleModifier | default(null) }} {{ anchorNavItem | default(null) ? 'js-anchor-nav__item' : '' }}"
{% if anchorNavItem | default(null) and anchorNavTitle | default(null) %}
data-anchor-nav-title="{{ anchorNavTitle }}"
{% endif %}>
{{ include('Includes/title-block.html.twig', {
title: title|default(''),
subtitle: subtitle|default(''),
wysiwyg: wysiwyg|default(''),
isCentered: true
}) }}
<div class="justify-content-md-center row vertical-gutter--default">
{% for item in items %}
{% if item is instanceof('Pimcore\\Model\\Asset\\Image') %}
<div class="col-md-3 vertical-gutter__item">
{{ include('Includes/Teaser/press-picture-teaser.html.twig', {
image: item,
orientation: 'landscape',
hasWishlist: true,
removeFromWishlist: false,
badges: [],
id: item.id,
} )}}
</div>
{% endif %}
{% endfor %}
</div>
</section>