/* Align all images inside posts to center */
.single .content .lightgallery img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}