.template-page .page-wrap {
  position: relative;
  margin-bottom: 0; }
.template-page .gallery-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 5px;
  margin: 1.875em 0 3.25em; }
.template-page .gallery-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 5px;
  border-radius: 15%; }
