{% if include.banner_content._type == 'image' %}
{% if include.banner_content.desktop_image_overlay == 'black' %}
{% elsif include.banner_content.desktop_image_overlay == 'white' %}
{% elsif include.banner_content.desktop_image_overlay == 'none' %} {% endif %} {% if include.banner_content.mobile_image_overlay == 'black' %}
{% elsif include.banner_content.mobile_image_overlay == 'white' %}
{% elsif include.banner_content.mobile_image_overlay == 'none' %} {% endif %}
{% if include.banner_content.subtitle_position == 'above-heading' %}

{{include.banner_content.subtitle}}

{% endif %}

{{include.banner_content.heading}}

{% if include.banner_content.subtitle_position == 'below-heading' %}

{{include.banner_content.subtitle}}

{% endif %} {{ include.banner_content.description_html }}
{% elsif include.banner_content._type == 'vimeo' %}
{% if include.banner_content.image_overlay == 'black' %}
{% elsif include.banner_content.image_overlay == 'white' %}
{% elsif include.banner_content.image_overlay == 'none' %} {% endif %}
{% if include.banner_content.subtitle_position == 'above-heading' %}

{{include.banner_content.subtitle}}

{% endif %}

{{include.banner_content.heading}}

{% if include.banner_content.subtitle_position == 'below-heading' %}

{{include.banner_content.subtitle}}

{% endif %} {{ include.banner_content.description_html }}
{% elsif include.banner_content._type == 'custom-video-upload' %}
{% if include.banner_content.subtitle_position == 'above-heading' %}

{{include.banner_content.subtitle}}

{% endif %}

{{include.banner_content.heading}}

{% if include.banner_content.subtitle_position == 'below-heading' %}

{{include.banner_content.subtitle}}

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