0.46.0
Changelog
Components

Pods

Pods have a title above the image and a red more button. This component should only appear in the promotional footer and in the mega menu.

<div class="c-pod">
  <a href="http://www.google.com/" title="" class="c-pod__link">
    <h3 class="c-pod__title">Strategic Plan</h3>
    <div class="c-pod__content">
      <img src="/kss-assets/images/placeholder/600x392.jpg" alt="">
      <span class="c-btn--more" aria-hidden="true">More</span>
    </div>
  </a>
</div>