@media screen and (max-device-width: 800px) {
	html, body {
		width: 100%;
	}
}

