.asm-zoom-image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.asm-zoom-lens {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 2px solid #000;
    border-radius: 7px;
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
}