Hi Dan,
You can try this custom css code:
@media (max-width: 767.98px){
.acm-slideshow .background {
background-size: contain;
background-repeat: no-repeat;
}
.acm-slideshow .item {
height: 260px;
}
}
and adjust the height to the value which suits your need.