.easyzoom {
    position: relative;
}

.easyzoom .magnifier {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    cursor: move;
}

.easyzoom .small,
.easyzoom .big {
    position: absolute;
}

.easyzoom .small {
    top: 0;
    left: 0;
    cursor: move;
}

.easyzoom .big {
    overflow: hidden;
    display: none;
}

.easyzoom .small img,
.easyzoom .big img {
    position: absolute;
    top: 0;
    left: 0;
}
