body {
	background-position-x: 50%;
	background: url('../img/caze-bg-04.png') 50% 800px no-repeat;
	background-size: 100%;
}

@media only screen and (max-width: 767px) {
body {
	background: none;
}
}