.magnifier-box>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.magnifier-box{
    position: relative;
}
.magnifier-box>.magnifier-area{
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    overflow: hidden;
}
.magnifier-box>.magnifier-area>.magnifier-zoom{
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 140%;
    height: 140%;
    background-color: #eee;
    object-fit: contain;
}