html,
body {
  position: relative;
  width: 100%;
}
.home {
  width: 100%;
  cursor: pointer;
}
.home img {
  width: 100%;
  height: auto;
}
footer {
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #fff;
  font-size: 14px;
  transform: translateX(-50%);
}
