<https://xn--hdworm-pua.com/divi-tips/when-you-need-an-image-with-a-text-layer-do-this/>
The second part in that tutorial doesn't work anymore.
Set a module link if the blurb needs to be clickable.
/* -- START Blurb Image with tekst + hover -- */
.hws-blurb-image .et_pb_blurb_content {
display: flex;
flex-direction: row;
justify-content: center;
}
.hws-blurb-image .et_pb_blurb_container {
position: absolute;
align-self: center;
}
.hws-blurb-image .et_pb_main_blurb_image {
visibility: hidden;
margin: 0;
}
/* -- END Blurb Image with tekst + hover -- */
Code language: CSS (css)