/* Obrázok o velkosti x 80 */
.imgH80 {
  height: 80px;
  width: auto;
  border:0px;
}

.imgH60 {
  height: 60px;
  width: auto;
}

.img-large:hover {
  transform: scale(1.1);
}

.img-small:hover {
  transform: scale(1.1);
}

.img-largePasive {
/  transform: scale(1.1);
  opacity: 0.2;
  height: 60px;
  width: auto;
}

.tableH8060 .img-large {
  height: 80px;
  width: auto;
  border:0px;
  transition: transform 0.3s ease-in-out;
}

.tableH8060 .img-small {
  height: 60px;
  width: auto;
  border:0px;
  transition: transform 0.3s ease-in-out;
}

.tableH6045 .img-large {
  height: 60px;
  width: auto;
  border:0px;
  transition: transform 0.3s ease-in-out;
}

.tableH6045 .img-small {
  height: 45px;
  width: auto;
  border:0px;
  transition: transform 0.3s ease-in-out;
}