@media (max-width: 768px) {
html, body {
width: auto !important;
overflow-x: hidden !important;
}
}
html, body {
	width: 100%; 
	overflow: auto;
}
