.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:90vh;
}