body {
	background-image: url("landing.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

@media (max-width: 767px) {

body {
	background-image: url("landingsmall.png");
}

}