.image-icon-hand :hover{
    cursor: pointer;
}
.magnify {
    /*margin: 20px auto;*/
    display: inline-block;
    position: relative;
}
.magnify .magnified {
    display: block;
    margin: auto;
    border: 5px solid #fff;
}
.magnify .magnifier {
    height: 280px;
    width: 280px;
    position: absolute;
    z-index: 20;
    border: 4px solid white;
    border-radius: 50%;
    background-size: 1000%;
    background-repeat: no-repeat;
    margin-left: -100px !important;
    margin-top: -100px !important;
    pointer-events: none;
    display: none;
}
