jross
Hi
The image is load as Background cover so it will fill the full BG with text overlay on it.
You can add this code in custom css
@media(min-width:992px){
.acm-slideshow .owl-carousel .item .slider-content {
background-size: 100%;}}
this will work for large screen as small screen needs cover background to fill complete space behind the text.