img.fluffy-img {
  position: fixed;
  max-width: 95%;
  max-height: 95%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
