hi - thanks for the suggestion! it was a huge help and i've made some progress.
with the following css, the title text overflow appears, but it's still not wrapping. any ideas? i could maybe use some good old-fashioned line breaks to solve this temporarily, but i'd love to find a responsive solution.
side inquiry for future projects: is this issue of long image titles resolved in 7.1 for collections?
.image-slide-title {
overflow: visible !important;
white-space: pre-wrap;
}