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

[id^="img-enlarge-me-"]:hover {
  transition: .5s;
  transform: scale(1.7);
  z-index: 50;
}

#imgs-tbl {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  /*border: solid black 1px;*/
}

