.elementor-widget-gsap-image-trail {
  width: 100%;
  height: 100%;
}

.rs-gsap-image-trail {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  border-radius: 8px;
  background: transparent;
  overflow: visible;
}
.rs-gsap-image-trail .trail-item {
  width: 250px;
  aspect-ratio: 1.1;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  will-change: transform, filter;
}
.rs-gsap-image-trail .trail-item .trail-item-inner {
  background-position: 50% 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-size: cover;
  position: absolute;
  top: -10px;
  left: -10px;
}