.webpresso-image-zoom-lens {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 24px);
    right: calc(50% - 24px);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    opacity: 0.5;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Ezoom%3C/title%3E%3Cg stroke-linecap='square' stroke-linejoin='miter' stroke-width='2' fill='none' stroke='%23515151' stroke-miterlimit='10'%3E%3Cline x1='29' y1='29' x2='20.777' y2='20.777' stroke='%23515151'%3E%3C/line%3E%3Ccircle cx='13' cy='13' r='11'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center center;
    transition: all 0.4s ease-in-out;
}