html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}
.home {
  width: 100%;
  height: 100%;
  background: url(../images/index.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
