.image-with-cta{position:relative}
.image-with-cta .background_image{position:absolute;top:0;left:0;width:100%;height:100%}
.image-with-cta .background_image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.image-with-cta .background_video{position:absolute;top:0;left:0;width:100%;height:100%}
.image-with-cta .background_video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.image-with-cta .wrapper{position:relative;z-index:10;padding:352px var(--gutter) 80px;color:var(--color_white)}
.image-with-cta .wrapper .button{margin-top:24px}