.img-comp-container {
    position: relative;
     /*should be the same height as the images*/
    height: 70vw;
    max-height: 300px;
    display: block;
}
.img-comp-img {
    position: absolute;
    overflow:hidden;
}
.img-comp-img img {
    display:block;
    height: 70vw;
    max-height: 300px;
}
.img-comp-slider {
    position: absolute;
    z-index:9;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    width: 4px;
    height: 100%;
    background-color: #dee2e6;
}
.img-com-slider-left-button{
    position: absolute;
    left: -20px;
    top: 50%;
    width: 20px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 8px 0px 0px 8px;
    color:#FFFFFF;
    text-align: center;
}
.img-com-slider-right-button{
    position: absolute;
    right: -20px;
    top: 50%;
    width: 20px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0px 8px 8px 0px;
    color:#FFFFFF;
    text-align: center;
}
.img-com-label{
    position: absolute;
    top:0px;
    /*background:#86A3B8;*/
    color:#000;
    width: 60px;
    height:60px;
    text-align:center;
    background:url('img/pop2.png');
    background-size:cover;
    line-height:60px;
    color:#FFF;
}
.img-com-label-left{
    right:10px;
}
.img-com-label-right{
    left:10px;
    /*background:#F48484*/
}
/*  */
.img-compare-100 {
    overflow: hidden;
    position: relative;
}
.img-comp-container-100 {
    position: relative;
     /*should be the same height as the images*/
    width: 70vw;
    max-width: 1000px;
    display: block;
}
.img-comp-img-100 {
    position: absolute;
    overflow:hidden;
}
.img-comp-img-100 img {
    display:block;
    width: 100vh;
    max-width: 1000px;
}

/*  */
.img-compare-200 {
    overflow: hidden;
    position: relative;
}
.img-comp-container-200 {
    position: relative;
     /*should be the same height as the images*/
    width: 70vw;
    max-width: 1000px;
    display: block;
}
.img-comp-img-200 {
    position: absolute;
    overflow:hidden;
}
.img-comp-img-200 img {
    display:block;
    width: 100vh;
    max-width: 1000px;
}
/* Height for devices larger than 576px */
@media (min-width: 992px) {
    #intro {
        margin-top:-10px;
    }
    .img-comp-img img {
        height: 30vw;
        max-height: 400px;
    }
    .img-comp-container {
        height: 30vw;
        max-height: 400px;
    }
}
.img-compare-100 {
    overflow: hidden;
    position: relative;
}
.img-comp-container-100 {
    position: relative;
     /*should be the same height as the images*/
    width: 70vw;
    max-width: 1000px;
    display: block;
}
.img-comp-img-100 {
    position: absolute;
    overflow:hidden;
}
.img-comp-img-100 img {
    display:block;
    width: 100vh;
    max-width: 1000px;
}

/*  */
.img-compare-200 {
    overflow: hidden;
    position: relative;
}
.img-comp-container-200 {
    position: relative;
     /*should be the same height as the images*/
    width: 70vw;
    max-width: 1000px;
    display: block;
}
.img-comp-img-200 {
    position: absolute;
    overflow:hidden;
}
.img-comp-img-200 img {
    display:block;
    width: 100vh;
    max-width: 1000px;
}