.irf-container-2078 {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
}

.irf-image-bw-2078,
.irf-image-color-2078 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.irf-image-color-2078 {
    z-index: 1;
}

.irf-image-bw-2078 {
    filter: grayscale(100%);
    z-index: 2;
    clip-path: polygon(12.5% 0, 100% 0, 100% 100%, 12.5% 100%);
}

.irf-slider-input-2078 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    cursor: ew-resize;
    margin: 0;
    padding: 0;
}

.irf-slider-2078 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12.5%;
    width: 4px;
    background-color: #fff;
    transform: translateX(-50%);
    z-index: 3;
    pointer-events: none;
}

.irf-handle-2078 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    color: #333;
}

.irf-handle-2078 svg {
    width: 16px;
    height: 16px;
}

.irf-handle-2078 svg:first-child {
    margin-right: -4px;
}
.irf-handle-2078 svg:last-child {
    margin-left: -4px;
}