.img-magnifier-container{position:relative}.img-magnifier-glass{position:absolute;border:2px solid #000;border-radius:50%;cursor:none;width:200px;height:200px;opacity:0;transition:opacity .2s ease-in-out}.img-magnifier-glass.img-magnifier-glass--visible{opacity:1}.img-magnifier-glass__wrapper{overflow:hidden !important;position:relative !important;height:100%;width:100%}