.home-page .bg {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50px;
  height: 95%;
}
.home-page .bg + img {
  width: 15%;
  position: fixed;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

