.wp-block-group.hero {
  min-height: 100vh;
}

.acf-parallax {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acf-parallax .parallax-content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acf-parallax .parallax-bg {
  position: absolute;
}
.acf-parallax .parallax-bg:nth-of-type(1) {
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
}
.acf-parallax .parallax-bg:nth-of-type(1) img {
  height: auto;
  /* max-width: 100%; */
  width: 100%;
  object-fit: cover;
  display: block;
  height: auto;
  max-height: 100%;
  object-position: center;
}
.acf-parallax .parallax-bg:nth-of-type(2) {
  z-index: 1;
  bottom: 0px;
  width: 100%;
}
.acf-parallax .parallax-bg:nth-of-type(2) img {
  height: auto;
  /* max-width: 100%; */
  width: 100%;
  object-fit: cover;
  display: block;
  height: auto;
  max-height: 100%;
  object-position: center;
}
.acf-parallax .parallax-bg:nth-of-type(3) {
  top: 0;
  z-index: 1;
  right: 0;
  max-height: 100vh;
  width: 50%;
}
.acf-parallax .parallax-bg:nth-of-type(3) img {
  width: 100%;
  height: 100%;
  display: block;
  max-height: 100vh;
  margin: auto;
  width: auto;
  margin-right: 0;
}
.acf-parallax .parallax-bg:nth-of-type(4) {
  z-index: 1;
  left: 0;
  top: 0;
  width: 50%;
}
.acf-parallax .parallax-bg:nth-of-type(4) img {
  width: 100%;
  height: 100%;
  display: block;
  max-height: 100vh;
  margin: auto;
  width: auto;
  margin-left: 0;
}