/* Styl pro dlaždice features – obrázek max výška 4rem, max šířka 100 %, zarovnání na střed */
.dlazdice img {
  display: block;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  max-height: 5rem;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

