/*!
 * jQuery ClassyCompare
 * www.class.pm
 *
 * Written by Marius Stanciu - Sergiu <marius@class.pm>
 * Licensed under the MIT license www.class.pm/LICENSE-MIT
 * Version 1.2.0
 *
 */

.uc-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    border-right: 2px solid #fff;
    overflow: hidden;
    box-shadow: 0px 0 7px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0px 0 7px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0px 0 7px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0 7px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0 7px rgba(0, 0, 0, 0.6);
    background-size: cover;
}

.uc-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
}

.uc-caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 120;
    background: #000;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    color: #e1e1e1;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 25px;
    font-size: 17px;
    display: none;
}

.toranj-compare{
    width:100%;
}
.toranj-compare img{
    width:100%;
}