
.image-block {
  z-index: 1;
}
.image-block .image-wrapper {
  position: relative;
}
.image-block .image {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* .image-block .blob.top-right {
  right: -5rem;
  top: -5rem;
}
.image-block .blob.bottom-left {
  left: -5rem;
  bottom: -5rem;
}
.image-block .blob.bottom-right {
  right: -11.5rem;
  bottom: -5rem;
} */

.block-title.image-block-title {
  margin-top: 3rem;
}
.image-copyright {
  margin-top: .5rem;
  margin-bottom: 3rem;
}


/*--------------------------------------*/

/* @media (max-width: 1023px) {

.image-block .blob.top-left {
  left: -64px;
  top: -104px;
}
.image-block .blob.top-right {
  right: -5rem;
  top: -5rem;
}
.image-block .blob.bottom-left {
  left: -5rem;
  bottom: -5rem;
}
.image-block .blob.bottom-right {
  right: -60px;
  bottom: -72px;
}

} */
