problem when changing the position of the slider title

Hello,
I managed to change the position of the slider entry title with the following code:
div.flex-caption {
top: auto;
bottom: 60%;
}

It looks fine on full size window however when I resize the browser window, the caption gets cut as shown at the attached screenshot. Is there a way to solve this?

screenshot attached

Hi @xkot,

I hope you are well today and thank you for your question.

Please try changing your shared custom CSS code as following.

div.flex-caption {
    top: 10%;
    bottom: auto;
}

Best Regards,
Movin