Videos

<section id="featured-content"
class="rich-text rich-text--{{ section.id }}{% if image_background %} rich-text--has-background{% endif %} featured-content-section {{ section_height }} js-section-container"
data-section-id="{{ section.id }}"
data-section-type="image-with-text"
{% unless image_background %}
data-prevent-full-header
{% endunless %}>
<div class="featured-content-section__wrapper js-section-content">
{%- render 'rich-text',
show_image: show_image, image_background: image_background, section_id: section_id, image: image,
text_position: text_position, subheading: subheading, heading: heading, text: text, video_url: video_url,
button_text: button_text, button_url: button_url, button_style: button_style -%}
</div>
</section>