/* Style to ensure container hides overflow */
.ken-burns-container-42 {
    overflow: hidden;
    position: relative;
    display: inline-block; /* Or block depending on original styling */
    width: 100%;
    height: 100%;
}

.ken-burns-target-42 {
    transition: transform 0.1s ease-out; /* Smooth snapping if needed, mostly JS handled */
    will-change: transform;
    display: block;
    width: 100%;
    height: auto;
}