.simple-comparison-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 500px;
    overflow: hidden;
}

.simple-comparison-left,
.simple-comparison-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.simple-comparison-left img,
.simple-comparison-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.simple-comparison-right {
    clip-path: inset(0 0 0 50%);
}

.simple-comparison-slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: #fff;
    cursor: ew-resize;
    z-index: 10;
}

.simple-comparison-description {
    text-align: center;
}