.image-trail-target,
.image-trail-target-two,
.image-trail-target-three {
    position: relative;
    z-index: 1;
}
.image-trail-img {
    max-width: 300px;
    max-height: 400px;
    width: auto;
    height: auto;
    pointer-events: none;
    position: absolute;
    z-index: 9999;
    will-change: transform, opacity;
    border-radius: 5px;
    z-index: -1 !important;
}
