/* blog specific style sheet */
.pswp__caption__center {text-align: center;}
.gallery {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.gallery h2 {
  width: 100%;
}
.gallery figure {
  display: inline-block;
  width: auto;
  margin: 0 4px;
}
.gallery img {
  width: 100%;
  max-width: auto !important;
}
.post_body img {
  max-width: none !important;
}
.spacer {height: 5em;}