#page-mobile {
	display:none;
}
@media only screen and (max-width: 768px) {
	html, body {
		min-width:0;
		height:100%;
		overflow:hidden;
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
	}
	#page {
		display:none;
	}
	#page-mobile {
		display:block;
	}
	img.logo-mobile {
		position:absolute;
		top:0;
		left:0;
		z-index:1;
		width:33%;
		height:auto;
	}
	#slide-mobile {
		position:absolute;
		top:0;
		right:0;
		left:0;
		bottom:0;
	}
}
