{% grid "o-grid--large" %}

 {% embed '@molecules/media/media-with-caption.twig' with
    {
     media: {
      classes: "o-grid o-grid--large t-dark"
     }
    } %}


    {% block media %}
    {% cell "o-grid__item u-1/1 u-6/11@small" %}

      {% include '@atoms/video/brightcove-embed.twig' %}
      {% endcell %}
    {% endblock %}



    {% block caption %}
      {% cell "o-grid__item u-1/1 u-5/11@small u-4/11@medium" %}
      <figcaption class="c-brightcove-player__caption">
        {% include "@atoms/typography/headings/h2.twig" with {
        heading: {
          text: heading.text | default("ME transforms ITSELF INTO AUSTRALIA’S BEST DIGITAL BANK"),
          classes: "c-headline c-headline--medium c-brightcove-player__caption-headline"
        }
        }
        %}
    {% include "@atoms/typography/paragraph.twig" with {
      paragraph: {
        text: paragraph.text | default("With Pega, ME reduced hundreds of micro applications into a single application. For deposit inquiries and services, they reduced a five day cycle-time down to 5 minutes. ME reduced approval decisions from three days to 30 minutes, and using Pega’s Build for Change® technology they achieved millions of dollars in cost savings by rolling out new banking products.")
      }
      } %}
      </figcaption>
    {% endcell %}
  {% endblock %}


{% endembed %}
{% endgrid %}
