@media all and (min-width: 0px) and (max-width: 600px) {
	td {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
img.img-fluid.galerie {
    width: 50% !important;
}
.entry-img2 img {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  margin-bottom: 20px;
}
.entry-img2 {
  max-width: 100% !important;
  width: 100% !important;
  display: contents !important;
}
table {
  width: 100% !important;

  margin-top: 20px;
}
.stavba .col-8, .stavba .col-4 {
  width: 100% !important;
}
}
