{% if include.settings.order_on_mobile == 'text-on-top' %}
{% if include.subtitle %}

{{include.subtitle}}

{% endif %} {% if include.h2_heading %}

{{include.h2_heading}}

{% endif %} {{include.description_html}}
{{include.image_alt_text}} {% if include.image_photo_credit %}

{{include.image_photo_credit}}

{% endif %}
{% elsif include.settings.order_on_mobile == 'image-on-top' %}
{{include.image_alt_text}} {% if include.image_photo_credit %}

{{include.image_photo_credit}}

{% endif %}
{% if include.subtitle %}

{{include.subtitle}}

{% endif %} {% if include.h2_heading %}

{{include.h2_heading}}

{% endif %} {{include.description_html}}
{% endif %}