I can not get Slide to take up the whole area of the home screen, notice that half of the Section structure is seen on the home page of the site, I've tried everything, but I'm not good with CSS, unfortunately.
<div id="intro" class="section scrollspy">
<div class="slider">
<ul class="slides">
<li>
<img src="imagem"> <!-- random image -->
<div class="caption center-align">
<h3>Lazer a seu alcance.</h3>
<h5 class="light grey-text text-lighten-3">Espaço pensado e estruturado para o seu lazer.</h5>
</div>
</div>
Functional sample jsfiddle