Problem:
There is a 'Whitespace-only text node" between each of the images being delivered from TS/DB. No matter what I do in CSS I cannot override the Whitespace element. Where is this coming from?
Solution:
They are not from TS, it is an issue of "inline-block", you will need to remove the empty space between each child "pkpPhotoStrip" HTML div tag, see the live example here:
https://codepen.io/chriscoyier/pen/hmlqF
Relevant Documentation: