.xzoom-lens img,
.xzoom-preview img,
.xzoom-source img {
    display: block;
    max-width: none;
    max-height: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.xzoom-container {
    display: inline-block;
}
.xzoom-thumbs img.xzoom-gallery {
    height: 50px;
}
.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
/* .xzoom {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
}
.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
} */
.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
    border: 2px solid #D0D0D0;
    border-radius: 14px;
    object-fit: cover;
}
.xzoom-hidden,
.xzoom-source {
    display: block;
    position: static;
    float: none;
    clear: both;
}
.xzoom-hidden {
    overflow: hidden;
}
.xzoom-preview {
    border: 1px solid #888;
    background: #2f4f4f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.xzoom-lens {
    border: 1px solid #555;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    cursor: crosshair;
}
.xzoom-loading {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: 0.7;
    background: url(../images/xloading.gif);
    width: 48px;
    height: 48px;
}
.xactive {
 
    border: 2px solid #000;
}
.xzoom-caption {
    position: absolute;
    bottom: -43px;
    left: 0;
    background: #000;
    width: 100%;
    text-align: left;
}
.xzoom-caption span {
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 0.75em;
    font-weight: 700;
    padding: 10px;
}
