{% for item in module.icon %}
	{% inline_text field="icon_stat" value="" %}
	{% inline_text field="icon_text" value="" %}
	{% if item.text_header %}
		<!-- HTML to show when checked -->
	{% endif %}
{% endfor %}

.bullets { position:relative; }
.bullets .container .bullets__container {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position:absolute;
  top:0;
  left:0;
}