.fox-block.image-overlap .row {
  align-items: center;
}

.fox-block.image-overlap .overlap-container {
  padding-bottom: 56%;
  position: relative;
}

.fox-block.image-overlap.is-style-right .images {
  order: 2;
}

@media (max-width: 767px) {
  .fox-block.image-overlap .images {
    order: 2;
  }
}

.fox-block.image-overlap .overlap {
  height: 86%;
  left: 0;
  position: absolute;
  top: 14%;
  width: 65%;
}

.fox-block.image-overlap.swap .overlap {
  top: 0;
}

.fox-block.image-overlap.is-style-right .overlap {
  top: 0;
}

.fox-block.image-overlap.is-style-right.swap .overlap {
  top: 14%;
}

.fox-block.image-overlap .overlap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fox-block.image-overlap .overlap.right {
  left: 34%;
  top: 0;
}

.fox-block.image-overlap.swap .overlap.right {
  top: 14%;
}

.fox-block.image-overlap.is-style-right .overlap.right {
  top: 14%;
  z-index: -1;
}

.fox-block.image-overlap.is-style-right.swap .overlap.right {
  top: 0;
}

@media (max-width: 767px) {

  .image-overlap {
    text-align: center;
  }

  .image-overlap .fox-block.stat-counter.right,
  .image-overlap .has-text-align-right {
    text-align: center;
  }

  .image-overlap .wp-block-buttons {
    justify-content: center;
  }
}