Use the fields below to setup a quick CSS background style:
element.style {
background-image: {{image || 'url(/wp-content/uploads/2015/09/toolbg.png)' }};
background-position: {{ position || '50% 0%'}};
background-repeat: {{ repeat || 'no-repeat no-repeat'}};
background-color: {{ color || 'transparent' }};
background-size: {{ size || 'contain' }};
}