﻿.img-comp-container {
    position: relative;
    width: 640px;
    height: 480px;
    margin-bottom: 10px;
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
    z-index: 1;
}

.img-comp-img img {
    display: block;
    vertical-align: middle;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 20px;
    height: 20px;
    background-color: #2196F3;
    border-radius: 50%;
}

.overlay_date_before {
    background: rgba(15,16,16,0.8);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    padding: 4px;
}

.overlay_date_after {
    background: rgba(255,17,0,0.55);    
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    padding: 4px;
}

.label {
    background-image: linear-gradient(to bottom right, #c8c8c8, #bcbcbc);
    font-weight: bold;
}

.label_container {
    border: solid;
    border-radius: 5px;
    border-width: thin;
    width: 95%;
}

.label_container .col-md-6 {
    border: solid;
    border-width: 1px;
}

