Now an EX-MVP (Hope I'm not breaking any rules) 
You're missing the closing > at the end of your opening <div (see in red below):
<div class="tp-caption tp-resizeme">
EDITED
Actually thats not the case I see the > 'burried' now a little later on in the code sequence.
I don't know if this is legitimate but try surrounding your multiple data, which is inside the "[ ]" with just the single pair ' ' of quotes NOT the double pair (see below):
<div class="tp-caption tp-resizeme"
data-x="['left','center','center','left']"
data-hoffset="['375','-250','-250','135']"
data-y="['top','middle','middle','top']"
dat-voffset="['0','0','0','0']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-visibility="['on','on','on','off']"
data-transform_idle="o:1;"
data-transform_in="y:bottom;s:250;e:Power3.easeInOut;"
data-transform_out="y:top;s:300;s:300;"
data-start="1200"
data-responsive_offset="on">
<img src="images/banner/line_o2.png" alt="Nov Build Pros" />
</div>