At https://hetschoolvoorbeeld.nl/nieuw/ the rev slider with the blue background is set to full screen but the header pushes the slider down.
I have tried this css but no result:
.fullscreen-section {
height: calc(100vh - 120px);
overflow-y: hidden;
}

