diff --git a/components/slices/PageBanner.vue b/components/slices/PageBanner.vue index d028fabab..c62747e55 100644 --- a/components/slices/PageBanner.vue +++ b/components/slices/PageBanner.vue @@ -72,6 +72,7 @@ export default { background: `no-repeat url(${this.slice.primary.banner_background.url})`, backgroundSize: 'cover', backgroundPosition: 'top right', + 'clip-path': 'ellipse(110% 50% at 50% 40%)', } } style.backgroundColor = this.slice.primary.banner_background_color