{% for item in module.images %}{% if item.image_field.src %}{% set sizeAttrs = 'width="" height=""' %}{% if item.image_field.size_type == 'auto' %}{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}{% elif item.image_field.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}{% endif %}{% set loadingAttr = item.image_field.loading!= 'disabled' ? 'loading=""':'' %}<img src="" alt="">{% endif %}Link text{% endfor %}@media only screen and (max-width:767px){.footer-bottom-image{padding-bottom:25px}}