Hi Milo,
You can try this tweak:
1/Backup this file: /templates/ja_ego/html/mod_related_items/hotel.php
2/ Go to line (approx 30), you will see this line of code:
<img src="<?php echo $introImage ;?>" alt="Intro Image" />
change it to:
<a href="<?php echo $item->route; ?>">
<img src="<?php echo $introImage ;?>" alt="Intro Image" />
</a>