.page-realisaties{
	position:fixed;
 
	top:18%;
	height:82%;
	width:100%;
	
}
.bottom_bg{
	display:none;
}
 



/* /////////////////////////////////////////////////////////////////////// RESPONSIVE MEDIA QUERIES */
@media only screen   and (max-width:768px){
	
	.page-realisaties{
		position:static;
		float:left;
		height:auto;
	}
	
	
}