{% if module.background_image_mobile_.src %}
	{% set sizeAttrs = 'width="" height=""' %}
	{% if module.background_image_mobile_.size_type == 'auto' %}
		{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
	{% elif module.background_image_mobile_.size_type == 'auto_custom_max' %}
		{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
	{% endif %}
	 {% set loadingAttr = module.background_image_mobile_.loading != 'disabled' ? 'loading=""' : '' %}
	<img src="" alt=""  >
{% endif %}