body {
	background-image: url(../images/bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}
	
@media (width <= 800px) {
  body {
    background-position: right -175px top 0px;
  }
}