/* Ensure the parent container clips the overflowing zoomed image */
.kb-49-container {
    overflow: hidden !important;
    display: block;
    position: relative;
}

/* Base style for the image being animated */
.kb-49-target {
    will-change: transform;
    transition: transform 0.1s linear; /* Slight smoothing for scroll jumps */
    display: block;
    width: 100%;
    height: auto;
    transform-origin: center center;
}
