/* Project shell = huidige MK Vision header/footer + exact Sohub case middle. */
html.mkv-project-page #header{
  z-index:100000!important;
  color:#F0F6F8!important;
}
html.mkv-project-page #header-logo,
html.mkv-project-page #header-logo img{
  opacity:1!important;
  visibility:visible!important;
}
html.mkv-project-page #header-logo img{
  display:block!important;
  height:auto!important;
}
/* De originele Sohub utility lg:pb-[100vh] is leidend. Dit is uitsluitend een
   vangnet zodat het 100%-punt ook bereikbaar blijft als een browser een oude
   utility stylesheet uit cache heeft. */
@media (min-width:1024px){
  html.mkv-project-page .project-case .next-project-wrapper{padding-bottom:100vh;}
}
