html,
body {
  height: 100%;
  background: #CCCCCC;
}
.wrapper {
  height: 100%;
  position: relative;
}
.wrapper img {
  width: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
