6.16.5 Clickable View in a new window

A hero banner used on the top level landing pages, it has a clickable link.

Twig: components/banner/banner-clickable.twig

Example
Markup
<div class="banner banner--clickable">
  <div class="banner__image">
    <img src="/themes/uts_theme/src/components/banner/health-course-area-3840x1845.jpg" alt="A man walking through the open area in the foyer of UTS" width="3840" height="1845">
  </div>
  <div class="banner__overlay">
    <div class="banner__content">
      <div class="banner__cta">
        <div class="banner__cta-title">UTS Research wins $500k for safe water</div>
        <a href="#">Technology Against Poverty prize</a>
      </div>
    </div>
  </div>
</div>