Is there a way to add a link directly into this media query?

I think you can use the_attachment_link or wp_get_attachment_link.

http://codex.wordpress.org/Function_Reference/wp_get_attachment_link
http://codex.wordpress.org/Function_Reference/the_attachment_link

Example

the_attachment_link( $photo->ID, false, false, true );