#justified-gallery {}

.mf-gallery-item {
  position: relative;
  height: auto;
}

.mf-gallery-item .mf_gallerie_aussen {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width:1700px) {
#justified-gallery-container h2 {
font-size: 35px;
}
}
@media screen and (max-width:1500px) {
#justified-gallery-container h2 {
font-size: 25px;
}
}
@media screen and (max-width:1000px) {
.mf-gallery-item .mf_gallerie_aussen {

}
}

@media screen and (max-width:500px) {

  .mf-gallery-item .mf_gallerie_aussen {
  
  }
  }
.mf-gallery-item img {
  display: block;
  height: 380px;
  margin: 0 20px 20px 0;
  width: 100%;
  margin-right: 40px;
}

.filter-controls {
  margin-bottom: 20px;
}

.filter-button {
  font-size: 18px;
  font-family: "Poppins-Light";
  margin-right: 10px;
  padding: 8px 12px;
  cursor: pointer;
}

.filter-button.active {
  font-family: "Poppins-Medium-500";
}

.filter-button:hover {
  color: black;
}