body {
  background: black;
}

.background {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.background img {
    width: 100%;
}

