@media (max-width: 768px) {
	/* width */
	::-webkit-scrollbar {
	  width: 0 !important;
	  height: 0 !important;
	}
}