1st Banner Style
Note: the structure of this banner needs to be like this to display properly. The tags cannot be changed.
<div class="banner-style-1">
<div class="banner-style-image">
<img src="#" />
</div>
<div class="banner-style-text">
<h2>**title of banner goes here**</h2>
</div>
<div class="banner-style-button">
<a href="#">**Button Text**</a>
</div>
</div>