diff --git a/source/_patterns/04-components/card/card--banner/card--banner.twig b/source/_patterns/04-components/card/card--banner/card--banner.twig
index 6c9c0cd7cef7f05551f6918485f0987a2a33af65..037a5745539336df1354643dbe1c94a1a7163a94 100644
--- a/source/_patterns/04-components/card/card--banner/card--banner.twig
+++ b/source/_patterns/04-components/card/card--banner/card--banner.twig
@@ -2,6 +2,7 @@
   {% include '@components/card/card.twig' with {
     sources: image.sources,
     img_element: image.img_element,
+    alt: image.alt,
     type: 'banner',
     title: image.big_text,
     sub_title: image.small_text,