@media only screen
and (max-width : 800px) {
	.content { font-size: 12px; margin-top: 20px; }
	.spacer { height: 20px; }
	.mobile { display: inline; }
	.screen { display: none; }
	.title { font-size: 16px; margin-bottom: 20px; }
	.tel { font-size: 16px; }
	.logo { width: 38%; left: 20px; bottom: 20px; }
	video { width: 80%; }
	.lang a { margin-top: 60px; margin-bottom: 20px; }
}