.magnifier {
    position: absolute;
    border: 2px solid #303030;
    border-radius: 50%;
    cursor: none;
    width: 250px;
    height: 250px;
    overflow: hidden;
    display: none;
    left: calc(100% + 20px);
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
.magnifier img {
    position: absolute;
    width: 400% !important;
    height: auto;
    pointer-events: none;
    padding: 0 !important;
    max-width: none;
}