

@media only screen and (max-width: 768px) {
.body{
	
overflow-x: hidden;
    overflow-y: scroll;
}
}