Hello @adamharrisuk,
To display the product image in the table even in the mobile version please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
@media only screen and (max-width: 767px){
.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
display: block;
}
}
Hope this helps.
let us know if you have any confusion further.
Thank you.
Regards!!