Hi Rob,
It's hard to have the same effect on mobile screen, I just added some custom css:
@media (max-width: 991px) {
.acm-features.style-2 .features-item-inner {
padding: 10px;
}
.acm-features.style-2 .features-img {
position: relative;
height: 350px;
background-position: top center;
}
}
into the file: /templates/ja_athena/css/custom.css
to push the text down so you can see both.
Kindly check.