diff --git a/dist/app.css b/dist/app.css index b7ccd1a..cb0db48 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12395,6 +12395,11 @@ section.flex-5050-cta .overflow-image { background-position: center; background-size: cover; } +@media (max-width: 767.98px) { + section.flex-5050-cta .overflow-image { + display: none; + } +} section.flex-5050-cta h2, section.flex-5050-cta .h2 { color: #063C5A; font-size: 70px; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 864c2da..4a0235e 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=c77418b0a2f860943a58abc42a667460" + "/app.css": "/app.css?id=af05270384606323ff6d1ef9117f02cb" } diff --git a/src/scss/flex-5050-cta.scss b/src/scss/flex-5050-cta.scss index fce770b..7e5b854 100644 --- a/src/scss/flex-5050-cta.scss +++ b/src/scss/flex-5050-cta.scss @@ -26,6 +26,10 @@ section.flex-5050-cta { height: calc(100% - 10rem); background-position: center; background-size: cover; + + @include media-breakpoint-down(md) { + display: none; + } } h2 {