.titleLm{
	display: none;
}
@media screen and (max-width: 768px) {
	body {
		background: url(bigBg.png) no-repeat center top !important;
		background-size: 600px auto !important;
	}
	.titleLm{
		display: block;
	}
}