.mobile_off { display:block; }

@media (max-width:860px) {
	.mobile_off { display:none; word-break:break-all; text-align:justify; }
}