{% if fields.hotspot_title|default %}
{{ fields.hotspot_title }}
{% endif %}
{% if fields.hotspot_subtitle|default %}
{{ fields.hotspot_subtitle|raw }}
{% endif %}
{% if fields.hotspot_btn_link|default %}
{{ fields.hotspot_btn_label }}
{% endif %}
{{ fields.hotspot_image_content|raw }}
{% for item in repeatable %}
{% if item.hotspot_skin|default == "skin_1" %}
{% elseif item.hotspot_skin|default == "skin_2" %}
{% elseif item.hotspot_skin|default == "modal" %}