.zoom-img {
    transition: .2s ease-in-out;
}

.zoom-img:hover {
    cursor: url('/v2/assets/img/education/zoom-in.png') 4 12, auto;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

#magnify {
    display: none;
    position: fixed;
    max-width: 1140px;
    height: auto;
    z-index: 9999;
}

#magnify img {
    width: 100%;
}

#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}

#close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}