/* Apply overflow hidden to the specific container */
@media (min-width: 768px) {
    .elementor-element-37cc9e8 {
        overflow: hidden !important;
        /* Ensure smooth clipping */
        border-radius: 1px;
    }
    
    .elementor-element-b6091a4 img {
        transform-origin: center center;
        will-change: transform;
        /* Smooth transition out of scroll if needed */
        transition: transform 0.1s ease-out;
    }
}
