.circle-animation-wrapper {
  overflow: hidden;
}
.circle-animation-wrapper .circle-animation {
  position: relative;
}
.circle-animation-wrapper .circle-animation .inner {
  clip-path: ellipse(0 0 at 50% 50%);
  overflow: visible;
  min-height: 150vh !important;
}
@media only screen and (max-width: 600px) {
  .circle-animation-wrapper .circle-animation .inner {
    min-height: 130vh !important;
  }
}
.circle-animation-wrapper .circle-animation .inner figure {
  overflow: visible;
}
.circle-animation-wrapper .circle-animation .inner figure::after {
  content: "";
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.circle-animation-wrapper .circle-animation .inner figure img {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  overflow: visible;
}

.wp-admin .edit-post-visual-editor__content-area .circle-animation .inner {
  clip-path: none;
  overflow: hidden;
}

[lang=de-DE] .circle-animation-wrapper .wp-block-heading .has-heading-1-font-size {
  line-height: 1.1;
}

/*# sourceMappingURL=atk-merotto-circle-animation.css.map */
