I currently have a wrapper on my website, which you can see on this page here: http://moviora.com/movie/977
That does not work as it should. I wish the dark overlay background, which is in the div "wrapper" was 100%. I have this now:
<div id="wrapper" style="background-color: rgba(0, 0, 0, 0.6);background-size:100%;padding-top:100px;padding-right:100px;padding-left:100px;">
....
</div>
How can I make my wrapper 100% height?