<div class="column {{ cssClass }} is-half-tablet">
{% if banner.url %}
<a href="{{ banner.url }}">
{% endif %}
<div style="background-image:url(/images/important/{{ banner.imageName }})" class="banner-single box">
</div>
<div class="column small-promo-column" style="background: {{ banner.bottomBackgroundColor }};">
<div class="small-promo-title {% if cta %}limit-width{% endif %}" style="color: {{ banner.bottomTextColor }}">{{ banner.title }}</div>
{% if cta %}
{% if banner.bottomButtonText %}
<div class="small-button-container">
<a class="btn-small-promo" href="{{ banner.url }}" style="background-color:{{ banner.bottomButtonColor }}!important; color:{{ banner.bottomButtonTextColor }}!important;">
{{ banner.bottomButtonText }}
</a>
</div>
{% endif %}
{% endif %}
</div>
{% if banner.url %}
</a>
{% endif %}
</div>