/* Logo bovenop de slideshow tonen */
#logo-image {
    z-index: 999;
}

/**
* Tablet weergave closure correctie
*/
@media (max-width: 1400px) {
  #closure-blocks {
    width: 1400px;
  }
}