/* Collage fotografico organico: tre forme diverse, contenute e responsive. */
.z-opening-grid > .z-hero .z-images {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 232px !important;
  margin-top: 26px !important;
  overflow: visible;
}
.z-opening-grid > .z-hero .z-images img,
.z-opening-grid > .z-hero .z-images img:nth-child(1),
.z-opening-grid > .z-hero .z-images img:nth-child(2),
.z-opening-grid > .z-hero .z-images img:nth-child(3) {
  position: absolute !important;
  display: block !important;
  object-fit: cover !important;
  margin: 0 !important;
}
.z-opening-grid > .z-hero .z-images img:nth-child(1) {
  z-index: 1;
  left: 1% !important;
  top: 22px !important;
  width: 51% !important;
  height: 185px !important;
  border-radius: 48px 16px 30px 16px !important;
  transform: rotate(-3.5deg) !important;
  box-shadow: 9px 10px 0 #e5654c !important;
}
.z-opening-grid > .z-hero .z-images img:nth-child(2) {
  z-index: 2;
  right: 2% !important;
  top: 0 !important;
  width: 44% !important;
  height: 107px !important;
  border-radius: 16px 48px 16px 28px !important;
  transform: rotate(3deg) !important;
  box-shadow: 7px 8px 0 #f5c95a !important;
}
.z-opening-grid > .z-hero .z-images img:nth-child(3) {
  z-index: 3;
  right: 7% !important;
  bottom: 3px !important;
  width: 39% !important;
  height: 104px !important;
  border-radius: 38px 16px 45px 16px !important;
  transform: rotate(-2.5deg) !important;
  box-shadow: 7px 8px 0 #85b59d !important;
}
@media (max-width: 759px) {
  .z-opening-grid > .z-hero .z-images {
    height: 272px !important;
    max-width: 520px;
    margin: 30px auto 0 !important;
  }
  .z-opening-grid > .z-hero .z-images img:nth-child(1) {
    left: 1% !important;
    top: 26px !important;
    width: 59% !important;
    height: 213px !important;
  }
  .z-opening-grid > .z-hero .z-images img:nth-child(2) {
    right: 1% !important;
    width: 44% !important;
    height: 123px !important;
  }
  .z-opening-grid > .z-hero .z-images img:nth-child(3) {
    right: 5% !important;
    bottom: 7px !important;
    width: 40% !important;
    height: 115px !important;
  }
}
