.color_active {
    display: block !important;
}
.color {
    display: none;
    padding-bottom: 120px;
}
.color_link.link_active h2 {
    text-decoration: underline;
    color: black !important;
}
.color_link h2 {
    color: grey !important;
}
.color_link h2:hover {
    color: black !important;
}
.parent {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
    cursor: col-resize;
    user-select: none;
}
.parent-nodrag {
    top: 0;
    left: 0;
    margin-bottom: 15px;
}
.image1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    padding: 0 15px 0 15px;
    color: white;
    text-align: right;
    background-size: cover;
}
.image2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 400px;
    border-right: 3px white solid;
    max-width: 90%;
    min-width: 10%;
    padding: 0 15px 0 15px;
    overflow: auto;
    color: white;
    background-size: cover;
}
.cry-draggable .draggable {
    margin-top: 185px;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    text-align: center;
    width: 40px;
    line-height: 1.3;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 20px;
    color: white;
}