<section {{ dataComponent }} id="{{ id }}" class="bannerVideo {{component.fieldSwitch is same as(false) ? 'container'}} {{ separation }}">
    {% include 'components/_setHeadTitles' %}
    {% set video = component.groupsVideos[0] ?? null %}
    {% if video %}
      {% include 'components/_blockVideo' with {
        contentVideo: video,
        type: video.type,
        titleVideo: video.itemTitle
      } only %}
      {% if (video.itemTitle|length) > 0 %}
        <p class="gridVideos__titleVideo text-center">
          {{ video.itemTitle }}
        </p>
      {% endif %}
    {% endif %}
</section>
  