Hi Richard,
thanks so much for your quick response!
Unfortunately the CSS doesn't affect anything. I guess a built-in padding-bottom overwrites any CSS.
I then tried to manipulate via javascript:
var element = document.getElementsByClassName('lay-carousel');
console.log(element[0]);
element[0].style.paddingBottom = '20vh';
This overwrites the built-in function, however shifts captions and numbers
Thanks for help!!
Have a good day,
Anna