.Photogallery {
  margin: auto;
  padding: 0;

  width: 100%;
  text-align: center;
  font-family: LemonMilk, sans-serif;
}

.Photogallery blockquote {
  text-align: left;
  font-size: 26px;
  margin: 12% 12% 5% 12%;
}

.Photogallery blockquote::before {
  content: open-quote;
}

.Photogallery blockquote::after {
  content: close-quote;
}

.Photogallery p {
  text-align: left;
  font-family: Agency, sans-serif;
  font-size: 20px;
  margin-left: 20%;
}

.Space_Large {
  float: left;
  width: 50%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}

.Space_Small {
  float: left;
  width: 25%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}

.Space_Medium {
  float: left;
  width: 37.5%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}

@media all and (max-width: 900px) {
  .Photogallery blockquote {
    font-size: 20px;
  }
}

@media all and (max-width: 600px) {
  .Photogallery {
    text-align: center;
  }

  .Photogallery blockquote {
    text-align: left;
    margin: 5%;
  }

  .Photogallery p {
    text-align: left;
    margin: 5% 5% 5% 10%;
  }

  .Space_Large {
    width: 100%;
    height: 250px;
  }
  .Space_Medium {
    width: 100%;
    height: 200px;
  }
  .Space_Small {
    width: 100%;
    height: auto;
  }

  .Img_2 {
    height: 200px;
  }

  .Img_4 {
    display: none;
  }
}
