 CSS Document 
.simpleLens-container{
    display: table;
    position: relative;
}

.simpleLens-big-image {
    max-width: 100%;
}

.simpleLens-lens-image {
    height: auto !important;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin:0;
    box-shadow:none;
    float:none;
    position:relative;
}

.simpleLens-mouse-cursor{
  background-color:#fff;
  opacity:0.52;
  filter: alpha(opacity = 50);
  position:absolute;
  top:0;
  right:0;
  border:2px solid #999;
  box-shadow:0 0 2px 2px #999;
  cursor:none; 
}

.simpleLens-lens-element {
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 2px #8E8E8E;
    height: 400px;
    right: 100%;
    overflow: hidden;
    position: absolute;
    top: 15px;
    width: 400px;
    z-index: 800;
    text-align: center;
}

.simpleLens-lens-element img{
    position:relative;
    top:0;
    right:0;
    width:auto !important;
    max-width:none !important;
}