.second {
    min-height: 759px;
    background: url('../images/section_4_1.jpg');
}

.second .changeable {
    border-right: 1px solid #FFFFFF;
    background: url('../images/section_4_2.jpg');
}
@media (min-width: 360px) and (max-width: 1080px) {
    .second {
        min-height: 759px;
        background: url('../images/section_4_1080_1.jpg');
    }

    .second .changeable {
        border-right: 1px solid #FFFFFF;
        background: url('../images/section_4_1080_2.jpg');
    }
}

@media (min-width: 1080px) and (max-width: 2048px) {
    .second {
        min-height: 759px;
        background: url('../images/section_4_2048_1.jpg');
    }

    .second .changeable {
        border-right: 1px solid #FFFFFF;
        background: url('../images/section_4_2048_2.jpg');
    }
}

@media (min-width: 2048px) and (max-width: 3018px) {
    .second {
        min-height: 759px;
        background: url('../images/section_4_3018_1.jpg');
    }

    .second .changeable {
        border-right: 1px solid #FFFFFF;
        background: url('../images/section_4_3018_2.jpg');
    }
}

@media (min-width: 3018px) and (max-width: 4096px) {
    .second {
        min-height: 759px;
        background: url('../images/section_4_4096_1.jpg');
    }

    .second .changeable {
        border-right: 1px solid #FFFFFF;
        background: url('../images/section_4_4096_2.jpg');
    }
}


.covered {
    position: relative;
}

.handle {
    position: absolute;
    width: 370px;
    height: 80px;
    margin-left: -185px;
    border-radius: 10px;
    text-align: center;
    z-index: 5;
}

.handle img {
    margin: 0 20px;
}

.handle img {
    line-height: 80px;
    color: #fff;
    display: inline-block;
    /*margin: 30px 1px 0;*/
    -webkit-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -ms-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
}

.handle.vertical {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.handle:hover {
    cursor: col-resize;
}

.draggable {
    cursor: move;
}

.draggable span {
    margin: 0 10px 0;
    color: #FFF;
    -webkit-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -ms-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
}