figure.wp-block-image.has-image-parallax[data-outer="right-outer"],
figure.wp-block-image.has-image-parallax[data-outer="left-outer"] {
  position: absolute;
  width: calc((100vw - var(--scrollbar-width) - var(--wp--style--global--content-size)) / 2);
  overflow: hidden;
}
figure.wp-block-image.has-image-parallax[data-outer="right-outer"] img,
figure.wp-block-image.has-image-parallax[data-outer="left-outer"] img {
  max-width: none;
  position: relative;
}
figure.wp-block-image.has-image-parallax[data-outer="right-outer"] {
  right: 0;
  transform: translateX(100%);
}
figure.wp-block-image.has-image-parallax[data-outer="left-outer"] {
  left: 0;
  transform: translateX(-100%);
}
figure.wp-block-image.has-image-parallax[data-outer="left-outer"] img {
  float: right;
}
.components-base-control {
  width: 100% !important;
}
@media screen and (max-width: 80rem) {
  figure.wp-block-image.has-image-parallax[data-outer="right-outer"],
  figure.wp-block-image.has-image-parallax[data-outer="left-outer"] {
    display: none;
  }
}
/* Gallery with parallax items grid layout */
figure.wp-block-gallery.has-parallax-items {
  display: grid;
  grid-template-columns: 1fr repeat(3, 3.125rem) repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr) 3.125rem repeat(2, 1fr) 3.125rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: -100px;
}
/* All children must have width 100% */
figure.wp-block-gallery.has-parallax-items > * {
  width: 100% !important;
}
/* First child positioning */
figure.wp-block-gallery.has-parallax-items > *:nth-child(1) {
  grid-area: 4 / 1 / 6 / 4;
  z-index: 3;
}
/* Second child positioning */
figure.wp-block-gallery.has-parallax-items > *:nth-child(2) {
  grid-area: 1 / 2 / 3 / 5;
  z-index: 2;
}
/* Third child positioning */
figure.wp-block-gallery.has-parallax-items > *:nth-child(3) {
  grid-area: 2 / 3 / 7 / 7;
  z-index: 1;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInBhcmFsbGF4LXN0eWxlcy5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVRLE1BRkYsZUFDRCxtQkFDSTtBQUNELE1BSEYsZUFDRCxtQkFFSTtFQUNHLGtCQUFBO0VBQ0EsT0FBTyxjQUFnQix5QkFBeUIsNENBQWhEO0VBQ0EsZ0JBQUE7O0FBSkosTUFGRixlQUNELG1CQUNJLDBCQUtHO0FBSkosTUFIRixlQUNELG1CQUVJLHlCQUlHO0VBQ0ksZUFBQTtFQUNBLGtCQUFBOztBQUdSLE1BWkYsZUFDRCxtQkFXSTtFQUNHLFFBQUE7RUFDQSxXQUFXLGdCQUFYOztBQUVKLE1BaEJGLGVBQ0QsbUJBZUk7RUFDRyxPQUFBO0VBQ0EsV0FBVyxpQkFBWDs7QUFGSixNQWhCRixlQUNELG1CQWVJLHlCQUdHO0VBQ0ksWUFBQTs7QUFPaEI7RUFDSSxzQkFBQTs7QUFHSixtQkFBb0M7RUFHeEIsTUFGRixlQUNELG1CQUNJO0VBQ0QsTUFIRixlQUNELG1CQUVJO0lBQ0csYUFBQTs7OztBQU9oQixNQUFNLGlCQUFpQjtFQUNuQixhQUFBO0VBQ0EsMkJBQTJCLG9CQUFvQixjQUEvQztFQUNBLG9CQUFvQix3QkFBd0IsdUJBQTVDO0VBQ0Esb0JBQUE7RUFDQSxpQkFBQTtFQUNBLHFCQUFBOzs7QUFJRixNQUFNLGlCQUFpQixtQkFBb0I7RUFDekMsc0JBQUE7OztBQUlGLE1BQU0saUJBQWlCLG1CQUFvQixJQUFHLFVBQVU7RUFDdEQsd0JBQUE7RUFDQSxVQUFBOzs7QUFJRixNQUFNLGlCQUFpQixtQkFBb0IsSUFBRyxVQUFVO0VBQ3RELHdCQUFBO0VBQ0EsVUFBQTs7O0FBSUYsTUFBTSxpQkFBaUIsbUJBQW9CLElBQUcsVUFBVTtFQUN0RCx3QkFBQTtFQUNBLFVBQUEifQ== */