<!-- Embed -->
<div class="google_embed_block theme_blue">
<div class="fs-row">
<div class="fs-cell fs-lg-10 fs-xl-8 fs-lg-justify-center">
<div class="google_embed_block_header">
<h2 class="google_embed_block_header_title">Google Embed</h2>
<span class="google_embed_block_header_description">Sed posuere consectetur est at lobortis. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</span>
</div>
</div>
</div>
<div class="fs-row">
<div class="fs-cell">
<div class="google_embed_block_inner">
<iframe allowfullscreen allow="autoplay" frameborder="0" width="800" height="450" style="max-width:100%;" src="https://embed.culturalspot.org/embedv2/story/4gUxbE3dKCbcRA" referrerpolicy="strict-origin-when-cross-origin"></iframe>
</div>
</div>
</div>
</div>
<!-- END: Embed -->
{#
{% include '@component-embed' with {
code: ''
} %}
#}
<!-- Embed -->
<div class="google_embed_block{% if theme %} theme_{{ theme }}{% endif %}">
<div class="fs-row">
<div class="fs-cell fs-lg-10 fs-xl-8 fs-lg-justify-center">
{% if title or description %}
<div class="google_embed_block_header">
{% if title %}
<h2 class="google_embed_block_header_title">{{ title }}</h2>
{% endif %}
{% if description %}
<span class="google_embed_block_header_description">{{ description }}</span>
{% endif %}
</div>
{% endif %}
</div>
</div>
<div class="fs-row">
<div class="fs-cell">
<div class="google_embed_block_inner">
{{ code }}
</div>
</div>
</div>
</div>
<!-- END: Embed -->
No notes defined.