diff --git a/assets/section-image-banner.css b/assets/section-image-banner.css index 642719ae1a0..d8790eee495 100644 --- a/assets/section-image-banner.css +++ b/assets/section-image-banner.css @@ -159,7 +159,6 @@ } .banner__media-half.animate--fixed:first-child>img { - left: 0; width: 50%; } @@ -169,6 +168,15 @@ } @media screen and (max-width: 749px) { + .banner--stacked .animate--fixed:first-child>img { + width: 100%; + } + + .banner__media-half.animate--fixed:nth-child(2)>img { + left: 0; + width: 100%; + } + .banner--stacked .banner__media-half { width: 100%; }