.result {
    margin-bottom: 32px;
}
.slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    margin-top: 24px;
}
.slider img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.before {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 2;
    width: 50%;
    height: 100%;
}
.change {
    position: absolute;
    left: 50%;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: white;
    z-index: 3;
}
.change:hover {
    cursor: w-resize;
}
.change:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 50px;
    background-color: white;
    margin-top: -25px;
    margin-left: -8px;
}