.photo-zoom .crop-wrap {
    position: relative;
    max-width: 100%;
}
.photo-zoom .crop-wrap .cropped-wrap {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    z-index: 1;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 4px;
}
.photo-zoom .crop-wrap .cropped-wrap .cropped {
    position: absolute;
    width: 100%;
    height: 100%;
}
.photo-zoom .crop-wrap .croppable {
    position: relative;
}




.rightCrop100percent .col-inner.box-shadow-2 {
    width: 100%; height: 100%;
}

.rightCrop100percent .box-text-bottom {
    width: 100%; height: 100%; border: 5px solid #df9309;
}

.rightCrop100percent .box-image {
    height: 100%;
}

.rightCrop100percent .crop-background {
    width: 100%; height: 100%;
}

.rightCrop100percent .crop-background img {
    opacity: 0;
}

.rightCrop100percent .box-text {
    display: none;
}

.rightCrop100percent.with-caption .col-inner.box-shadow-2,
.rightCrop100percent.with-caption .box-text-bottom,
.rightCrop100percent.with-caption .crop-background {
    height: auto;
}

.rightCrop100percent.with-caption .box-text-bottom {
    border: none;
}

.rightCrop100percent.with-caption .crop-background {
    border: 5px solid #df9309;
}

.rightCrop100percent.with-caption .col-inner.box-shadow-2 {

}

.rightCrop100percent.with-caption .box-text {
    display: block;
}




.photo-zoom .crop-wrap.simple .cropped-wrap {
    width: 15vw;
    height: 15vw;
    min-width: 90px;
    min-height: 90px;
    max-width: 144px;
    max-height: 144px;
}