

.container-zoom{
    display: flex;
    gap: 20px;
}

#imageWrapper{
    position: relative; 
    display: inline-block;
    cursor: zoom-in; 
}

#myImage{
    height:100% !important;
    width:100% !important;
}
@media (min-width: 1024px){




/* #lens:hover{
    cursor:pointer;
} */
#lens{
    width: 100px;
    height: 100px;
    position: absolute; 
    /* border: 2px solid #fff; */
    /* border: 2px solid #000;*/
    /* background-color: rgba(0, 0, 0, 0.3); */
    /* backdrop-filter: brightness(70%);  */
    display: none;
    border-radius: 50%;
    /* border-radius: 50%;
    cursor: crosshair;  */
}
#lens::after {
  content: "";
  position: absolute;
  inset: 0;  /* full lens */
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

#result{
    height:600px;
    width: 600px;
    background-repeat: no-repeat;
    position:absolute;
    top:0%;
    display:none;
   background-repeat: no-repeat;
    position:absolute;
    top:-8%;
      z-index:100;
    /* overflow: hidden; */
}

#result-mobile{
    margin-left: -2px;
    height:500px;
    width: 96%;
   display:none;
    z-index:99999;
    /* overflow: hidden; */
}

}