
.img-comp-container {
    position: fixed;
    width: 743px;
    height: 702px;
    top: 50%;
    left: 50%;
    margin-top: -351px;
    margin-left: -371px;
}

.img-comp-img {
    border: 1px solid black;
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
}

.img-comp-img img {
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.img-comp-slider {
    position: absolute;
    z-index:9;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    width: 30px;
    height: 20px;
    background-color: #2196F3;
    opacity: 0.7;
    border-radius: 50%;
}

.label1-text {
    position: absolute;
    font: 12px Helvetica;
    color: black;
    background-color: white;
    top: 8px;
    left: 8px;
}

.label2-text {
    position: absolute;
    font: 12px Helvetica;
    color: black;
    background-color: white;
    top: 8px;
    right: 8px;
}

.wbt-text {
    position: absolute;
    font: 10px Helvetica;
    color: black;
    background-color: white;
    bottom: 8px;
    right: 8px;
}
    