{# @TODO: How to remove bootstrap theme's default .img-responsive class on image fields, which doesn't work with .media-left, etc. For now, I'm using .pull-left as a fix. #}
{% for row in rows -%}
{% if image_class == "media-left" %}
{{ row.image }}
{% endif %}
{% if image_class == "media-middle" %}
{{ row.image }}
{% endif %}
{% if row.heading %}
{{ row.heading }}
{% endif %}
{% if row.body %}
{{ row.body }}
{% endif %}
{% if image_class == "media-right" %}