.img-zoom-container {
    position: relative;
  }
  
  .img-zoom-lens {
    position: absolute;
    /*set the size of the lens:*/
    width: 100px;
    height: 100px;
    background-color:gray;
    opacity:0.3;
    cursor:crosshair;
    color:white;
    display:none;
  }
  
  .img-zoom-result {
    border: 1px solid #d4d4d4;
    width: 170%;
    height: 450px;
    margin-left: 100%;
    z-index: 99999;
    background-repeat: none !important;
  }
  .zoom-inner{
      background-color: white;
      width: 100%;
      height: 100%;
  }
#image-hide{
    display: block;
}

#product-description{
    display: block;
}

#image-hide:hover + #myresult {
	display: block !important;
}