.desktopvoorden {width: 100%;height: auto;background-position: center;background-repeat: no-repeat;background-image: url("https://dykz.nl/portfolio/vanvoordenbouw/desktop/project-desk.png"); background-size: 100% auto;padding: 0;margin: 0;}

.desktoproella {width: 100%;height: auto;background-position: center;background-repeat: no-repeat;background-image: url("https://dykz.nl/portfolio/roella/desk-2.png"); background-size: 100% auto;padding: 0;margin: 0;}

.parallax {
  background-image: url("https://dykz.nl/dansen.jpg");
  min-height: 100vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
	
	
.transparantwit {position: relative;bottom: 100px;left: 0;width:100%;background-image: url("https://dykz.nl/transparant-wit.png");background-position: bottom;background-repeat: repeat-x;margin:0;box-sizing: border-box; padding: 100px 0 0 0;z-index: 2}


@media screen and (max-width: 600px) {
.parallax {
  background-image: url("https://dykz.nl/M-dansen.jpg");
  min-height: 100vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
	
}