Hi jross
You can add to your custom.css this code
.acm-slideshow .owl-carousel .item::before {
background-image: none!important;
}
You can find this code inside template.css line 5474
.acm-slideshow .owl-carousel .item::before {
background-image: url('../../../images/mask.png');
background-size: 100% 100%;
content: "";
position: absolute;
top: 0;
left: -1px;
right: -1px;
height: 100%;
z-index: 1;
}
Regards