.magnify {
    margin: 20px auto;
    display: inline-block;
    position: relative;
}

.magnify .magnifier {
    height: 300px;
    width: 300px;
    position: absolute;
    z-index: 20;
    border: 4px solid white;
    /*border-radius: 50%;*/
    background-size: 100%;
    background-repeat: no-repeat;
    /*margin-left: -100px !important;*/
    /*margin-top: -100px !important;*/
    pointer-events: none;
    display: none;
}

img {
    width: 100%;
    height: 100%;
}
