/* CSS Document */

.home{
  height: 500px;
}

.home-background{
	background-size: 100% auto;
  background-position: center 50%;
  height: 500px;
}

