/* Disabled JavaScript fallback */
html.no-js{
	overflow:auto;
	height:auto;
}	
.no-js body{
	height:auto;
}
.no-js #wrapper{
	position:static;
	display:block;
	width:100%;
	height:auto;
	overflow:auto;
}
.no-js #slides{
	width:100%;
	height:auto;
	display:block;
	position:relative;
}
.no-js #slides .swiper-slide{
	display:block;
	float:none;
	margin:0 0 3em 0;
	height:auto;
	min-height:480px;
}
.no-js #intro.swiper-slide{
	height:100vh;
}
.no-js #contact.swiper-slide{
	margin-bottom:2.5em;
}
.no-js #controls{
	display:none;
}
.no-js #projects .project:hover .overlay{
	display:block;
}

.no-js #loader{
	display:none;
}