	.wrapper {
		position: relative;
		width: 1000px;
		height: 600px;
		overflow: hidden;
	}

	.video-container {
		width: 100%;
		height: 100%;
	}

	.video-container video {
		width: 100%;
		height: 100%;
	}
	
	#step1 {
		position: absolute;
		top: calc(50% - 300px);
		left: calc(50% - 500px);
		background: #000;
	}
	#step2 {
		pointer-events: none;
		opacity: 0;
		position: absolute;
		top: calc(50% - 300px);
		left: calc(50% - 500px);
		background: url(../images/bg-zomerkamp.jpg) no-repeat;
	}

	#step2.fadein {
		pointer-events: unset;
		opacity: 1;
		transition: all 1s;
	}
	
	.kolom2 {
		color: #ffffff;
	}
	
	.home {
		z-index: 999;
	}
	
	.geluid {
		left: 37px;
		top: 540px;
	}