Hello Darren!
Thanks for getting in touch! Fortunately this is a pretty simple fix.
Log in to your site and from the front end you’ll see the ‘Customize‘ button in the top admin bar. Click that and the Customizer will open. At the bottom of the list of items you’ll find ‘Additional CSS‘. Click that and in the box that opens paste the following code:
/* The Events Calendar Custom CSS Snippet */
@media screen and ( max-width: 768px ) {
.tribe-events-list .tribe-events-event-image img {
width: 100%;
height: auto;
}
}
I hope that helps! Thanks again, and let me know if there’s anything else I can do, I’m happy to help!
?