.gt-blob-block {
  font-family: var(--wp--preset--font-family--ursula);
  position: relative;
  text-align: center;
  color: #fff;
  width: fit-content;
  font-size: 3rem;
  line-height: 1 !important;
  min-width: 15rem;
  min-height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gt-blob-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.gt-blob-block__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.gt-blob-block__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-image: url("blob.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.gt-blob-block--right .gt-blob-block__image::after {
  transform: rotate(290deg);
}
.gt-blob-block--top .gt-blob-block__image::after {
  transform: rotate(190deg);
}
.gt-blob-block--left .gt-blob-block__image::after {
  transform: rotate(90deg);
}
/*# sourceMappingURL=/var/www/clients/client1/web1/web/wp-content/themes/geek-tonic/inc/blocks/blob/style.css.map */