@media only screen and (max-width: 800px){
	.underconstruction{
		height:400px;
		padding-top: 120px;
		padding-bottom:20px;
	}
	#ilustratie{
		width:50%;
		height:auto;
	}
	#description{
		margin-top: 20px;
		font-size: 1em;
		line-height: 2em;
		width:80%;
		height:auto;
	}
}
@media only screen and (max-width: 550px){
	#ilustratie{
		width: 80%;
		min-width: 380px;
		height:auto;
	}
	#description{
		margin-top: 40px;
		font-size: 1em;
		line-height: 2em;
		width:80%;
		max-width: 80%;
		height:auto;
	}
}
@media only screen and (max-width: 480px){
	#ilustratie{
		width: 480px;
		min-width: 300px;
		height:auto;
	}
	#description{
		margin-top: 40px;
		font-size: 1em;
		line-height: 2em;
		width:360px;
		height:auto;
	}
}