@media (max-width: 768px) {
	body {
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
	}
}