
@media (min-width: 830px) {
	body {
	overflow:hidden !important;
	}
}
@media (max-width: 830px) {
		body {

height:1400px !important;
min-height:1400px !important;
overflow-y:auto !important;
overflow-x:hidden !important;
}
}
}