<brightcove-player class="c-video o-ratio {% if video.colorbox_modal %}
c-brightcove-player--colorbox {% endif %} o-ratio--16x9 {{ video.classes }}">
  <video
    data-account="1900410236"
    data-player="{{ video.player | default('4yYJJr6Tx') }}"
    data-embed="{{ video.embed | default('default') }}"
    data-video-id="{{ video.embed | default('1680544793001') }}"
    {% if video.autoplay %} autoplay {% endif %}
    data-fullscreen="{{ video.fullscreen| default(false) }}"
    data-socialurl="{{ video.url }}"
    class="video-js o-ratio__item"
    >
  </video>

  {% if video.duration %}
    <span class="c-video__duration">{{ video.duration }}</span>
  {% endif %}
</brightcove-player>
