html{
  display: table;
  width: 100%;
  height: 100%;
}

body{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

img{
  max-width: 100%;
  max-height: 100%;
}