<!-- Promo Banner -->
<a class="alert alert-secondary alert-dismissible fade show" href="#" style="background-image: url(path-to-background-image);">
<span class="alert-close" data-dismiss="alert"></span>
<div class="d-flex flex-wrap flex-md-nowrap justify-content-between align-items-center overflow-hidden">
<div class="mx-auto mx-md-0 px-3 pb-2 text-center text-md-left text-sm-nowrap">
<span class="d-block text-lg text-thin mb-2">Limited Time Deals</span>
<h4 class="text-gray-dark pb-1">Surface Pro 4</h4>
<div class="countdown countdown-style-1 text-lg mb-1" data-date-time="10/10/2020 12:00" data-labels=&'{"label-day": "Days", "label-hour": "Hours", "label-minute": "Mins", "label-second": "Secs"}'></div>
<p class="d-inline-block bg-gradient text-white px-2 py-1">Shop Now <i class="fe-icon-chevron-right d-inline-block align-middle"></i></p>
</div>
<img class="d-block mx-auto mx-md-0" alt="Surface Pro 4" src="path-to-image">
</div>
</a>
//- Promo Banner
a(href="#" style="background-image: url(path-to-background-image);").alert.alert-secondary.alert-dismissible.fade.show
span(data-dismiss="alert").close
.d-flex.flex-wrap.flex-md-nowrap.justify-content-between.align-items-center.overflow-hidden
div.mx-auto.mx-md-0.px-3.pb-2.text-center.text-md-left.text-sm-nowrap
span.d-block.text-lg.text-thin.mb-2 Limited Time Deals
h4.text-gray-dark.pb-1 Surface Pro 4
.countdown.countdown-style-1.text-lg(data-date-time="10/10/2020 12:00" data-labels='{"label-day": "Days", "label-hour": "Hours", "label-minute": "Mins", "label-second": "Secs"}').mb-1
p.d-inline-block.bg-gradient.text-white.px-2.py-1
| Shop Now
i.fe-icon-chevron-right.d-inline-block.align-middle
img(src='path-to-image' alt='Surface Pro 4').d-block.mx-auto.mx-md-0