/* GALERIE STYLING, START */
#portraits_galerie {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
#portraits_galerie a {
  width: 300px;
  height: 300px;
  margin: 20px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
#portraits_galerie a img {
  width: 100%;
}
#rollenfotos_title {
  width: 100%;
}
/* GALERIE STYLING, END */
@media (max-width: 501px) {
  /* GALERIE */
  #portraits_galerie {
    width: 100%;
  }
  #portraits_galerie a {
    width: 45%;
    margin: 5px;
  }
}
