#rightcontent {
	overflow: scroll;
}

@media only screen and (max-width: 768px) {
	#rightcontent {
	overflow: hidden;
	}
}