.is-gallery-group .is-gallery-displaced .rh-image-gallery-container {
  --rh--size--column-gap: 0;
  grid-auto-rows: auto;
  margin-block-end: -5vw;
}
.is-gallery-group .is-gallery-displaced .wp-block-cover {
  justify-content: center;
}
.is-gallery-group .is-gallery-displaced .wp-block-cover:nth-child(1) {
  position: relative;
  top: 0;
  left: 4vw;
  z-index: 10;
}
.is-gallery-group .is-gallery-displaced .wp-block-cover:nth-child(3) {
  position: relative;
  left: 7vw;
  top: -5vw;
}