Im having the same issue as this topic - http://support.semicolonweb.com/forums/topic/need-help-with-scaling-problems/
I tried the solutions you provided there, but it didnt help.
This is the code I have:
<section id="slider" class="slider-element clearfix" style="height: 700px; background: url('images/iStock-478302112.jpg') center center no-repeat; background-size: cover;">
<div class="vertical-middle">
<div class="container clearfix">
<div class="clearfix center divcenter" style="max-width: 700px;">
<div class="emphasis-title">
<h1 class="font-secondary" style="color: #FFF; font-size: 76px; font-weight: 900; text-shadow: 0 7px 10px rgba(0,0,0,0.07), 0 4px 4px rgba(0,0,0,0.2);"></h1>
<p style="font-weight: 300; opacity: .7; color: #FFF; text-shadow: 0 -4px 20px rgba(0, 0, 0, .25);"></p>
</div>
</div>
</div>
</div>
</section>Any help would be appreciated. Thank you!
