#vzorkovniky {
  margin: 0;
}
#vzorkovniky .thumbnail-overlay {
  background-color: rgba(0, 0, 0, 0);
}
#vzorkovniky .filter-btn {
  width: 100%;
}
#vzorkovniky .filter h5 {
  margin-top: 1em;
}
#vzorkovniky .filter h5:first-child {
  margin-top: 0 !important;
}

/* Large desktops and laptops */
/* Portrait tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #vzorkovniky .filter-btn {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* Landscape phones and smaller */
@media (max-width: 480px) {
  #vzorkovniky .filter-btn {
    width: 100%;
  }
}/*# sourceMappingURL=vzorkovnik.css.map */