diff --git a/dist/app.css b/dist/app.css
index a6813c1..bb476ce 100644
--- a/dist/app.css
+++ b/dist/app.css
@@ -12394,9 +12394,15 @@ section.flex-5050-cta.grey .overflow-image {
width: 48% !important;
height: 100% !important;
}
+section.flex-5050-cta .col-image-wrapper {
+ display: none;
+}
section.flex-5050-cta.contain .overflow-image {
display: none !important;
}
+section.flex-5050-cta.contain .col-image-wrapper {
+ display: block;
+}
@media (max-width: 991.98px) {
section.flex-5050-cta .col:last-of-type {
display: none;
diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json
index c12795a..e120d16 100644
--- a/dist/mix-manifest.json
+++ b/dist/mix-manifest.json
@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
- "/app.css": "/app.css?id=e3d09ab0e84dd0320666130a23ffa185"
+ "/app.css": "/app.css?id=1d5daa3127175755ac8ed04053255765"
}
diff --git a/src/scss/flex-5050-cta.scss b/src/scss/flex-5050-cta.scss
index c285c42..71f6eca 100644
--- a/src/scss/flex-5050-cta.scss
+++ b/src/scss/flex-5050-cta.scss
@@ -18,11 +18,19 @@ section.flex-5050-cta {
}
}
+ .col-image-wrapper {
+ display: none;
+ }
+
// image contain mode
&.contain {
.overflow-image {
display: none !important;
}
+
+ .col-image-wrapper {
+ display: block;
+ }
}
@include media-breakpoint-down(lg) {
diff --git a/tpl/flex_5050_cta.tpl b/tpl/flex_5050_cta.tpl
index fe2c0f2..3b0dbd4 100644
--- a/tpl/flex_5050_cta.tpl
+++ b/tpl/flex_5050_cta.tpl
@@ -14,7 +14,12 @@
-