@import url('../monoliticke-konstrukce/monoliticke-konstrukce-styles.css');


/* Show full image in kalkulace block (no crop) */
#kalkulace .split-media .media-frame {
  height: auto !important;
  min-height: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #fff;
}

#kalkulace .split-media .media-img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block;
}
