﻿.sub.photoGallery .section__photoGallery .section__body {
  max-width: 1100px;
  margin-inline: auto;
}
.sub.photoGallery .photoGallery__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.3888888889vw, 20px);
}
.sub.photoGallery .photoGallery__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(1.3888888889vw, 20px);
}
.sub.photoGallery .photoGallery__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.3888888889vw, 20px);
}
.sub.photoGallery .photoGallery__item {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sub.photoGallery .photoGallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub.photoGallery .photoGallery__row:nth-of-type(4n-3) .photoGallery__col:nth-of-type(1) {
  width: 55.2727272727%;
}
.sub.photoGallery .photoGallery__row:nth-of-type(4n-3) .photoGallery__col:nth-of-type(2) {
  width: 42.9090909091%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sub.photoGallery .photoGallery__row:nth-of-type(4n-2) .photoGallery__col {
  width: 49.0909090909%;
}
.sub.photoGallery .photoGallery__row:nth-of-type(4n-2) .photoGallery__col .photoGallery__item {
  aspect-ratio: 1/1;
}
.sub.photoGallery .photoGallery__row:nth-of-type(8n + 5) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/*# sourceMappingURL=page-photo-gallery.css.map */