body {
	background-image: url('abc.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 767px) {
	body {
		background-image: url('abc.png');
	}
}
