Hello Andrew,
Usually the image of accommodation type can be opened in a lightbox, as there is an option under Accommodation ->Settings, however, as I can see you have inserted [mphb_rooms] sortcode to single accommodation type pages, so the option does not affect those images.
Making images of [mphb_rooms] shortcode opened in a lightbox would require overriding default shortcode function. As for removing the link from images, you may do that by adding the following code under Appearance ->Customize ->Additional CSS:
.mphb_sc_rooms-wrapper.mphb-room-types #mphb-flexslider-gallery-1 a {
pointer-events: none;
}
Regards,
Andre