Hi
Thanks, ok so really close with this but i have an issue with padding. See attached screenshot.
I changed the code to ensure i didn't get padding around the responsive image:
<section id="page-title" class="page-title-parallax hidden-xs" style="background-image: url(/images/parallax/title-civil.jpg); padding-top: 150px; padding-bottom: 250px;" data-stellar-background-ratio="0.3">
<div class="container clearfix">
<h1 data-animate="fadeInUp"><span class="colorwrap">Civil Ceremonies</span></h1>
<span data-animate="fadeInUp" data-delay="300"><p class="colorwrap">Rustic & Romantic</p></span>
</div>
</section>
<section id="page-title" class="page-title-parallax visible-xs bottommargin-sm">
<div class="container clearfix">

<h1 data-animate="fadeInUp"><span class="colorwrap">Civil Ceremonies</span></h1>
<span data-animate="fadeInUp" data-delay="300"><p class="colorwrap">Rustic & Romantic</p></span>
</div>
</section>
Can you take a look at how to close the vertcial gap up please.
Thanks
Dan