{% embed "molecules-tile" with {
  tile: {
    classes: classes | default("c-tile__hero")
  },
  background: {
    "source": "/images/content/brightcove-player-bg.jpg",
    "placeholder": true,
    "floor-fade": false
  }
}
%}
  {% block tile_content %}
    {% block media_embed %}
      <div class="c-tile__hero__embed t-dark">
        {% include "@molecules/media/brightcove-player-caption.twig" %}
        {% include "@atoms/icons/_icon.twig" with { icon: { name: "close", classes: "js-close-video"}} %}
      </div>
    {% endblock %}

    {% block hero_blade %}
      <div class="c-tile__hero__overlay {{ text_color | default("c-text--light") }}">
        {% grid "o-grid--large" %}
          {% cell "u-1/1 u-1/2@small" %}
            {% include "atoms-h1" with {
              heading: {
                text: heading.text | default("Hundreds of Micro applications reduced into 1 platform"),
                classes: "c-headline--xlarge u-margin-bottom {{ headline_weight}} {{headline_size}}"
              }
            }
            %}

          {% block tile_quote %}
            {%  include "atoms-blockquote" with {
              blockquote: {
              text: "Test text",
              author_name: "Mark Gay",
              author_title: "CIO, Members Equite Bank Limited"
            }
            } %}

          {% endblock %}

          {% if subhead %}
            <p class="c-paragraph">
              {{ subhead}}
            </p>
          {% endif %}

          {% include "@atoms/buttons/button.twig" with {
            button: {
              text: "Watch now",
              href: "#",
              classes: "u-margin-bottom-small js-video-play-button {{ button_style }}"
            }
          } %}
          {% include "@molecules/inline-list.twig" with {
             "inline_list": {
               "items": [
                 {
                   "text": "Testimonial"
                 },
                 {
                   "text": "03:55"
                 }
                 ],
                 classes: "u-margin-bottom c-tile__hero__overlay__metadata"
                 }
              } %}
          {% endcell %}
        {% endgrid %}
      </div>
    {% endblock %}
  {% endblock %}
{% endembed %}
