
/* * {box-sizing: border-box;} */

.img-zoom-container {
  position: relative;
  margin:0;padding:0;
}
.MagicZoomPlus, .MagicZoomPlus:hover {
    display: inline-block;
    cursor: url("graphics/zoomin.cur"), pointer;
    direction: ltr;
    max-width: 100%;
    font-size: 0px !important;
    line-height: 100% !important;
    outline: 0px !important;
}
.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 150px;
  height: 150px;
}

.js-image-zoom {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  background-repeat: no-repeat;
  display:block;
  transform:translateX(100%);
  width: 400px;
  height: 400px;
  position:absolute;
  top:0;right:-10px;
  z-index: 1000;
}
