html.magnifying > body {
    overflow-x: hidden !important;
}

.lens-mobile,
.magnify,
.magnify-mobile {
    min-width: 0;
    min-height: 0;
    animation: none;
    border: none;
    float: none;
    margin: 0;
    opacity: 1;
    outline: 0;
    overflow: visible;
    padding: 0;
    text-indent: 0;
    transform: none;
    transition: none;
}

.magnify {
    position: relative;
    width: auto;
    height: auto;
    box-shadow: none;
    display: inline-block;
    z-index: inherit;
}

.magnify-lens {
    opacity: 0;
    transform: scale(0);
    position: fixed;
    width: 250px;
    height: 250px;
    left: 0;
    top: 0;
    background-color: white;
    border-radius: 100%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, .85),
    0 0 7px 7px rgba(0, 0, 0, .25),
    inset 0 0 40px 2px rgba(0, 0, 0, .25);
    cursor: none;
    z-index: 999;
    transition: transform 150ms ease-out, opacity 150ms ease-out;
    pointer-events: none;
    background-repeat: no-repeat;
}

.magnify-lens.active {
    opacity: 1;
    transform: scale(1);
}

.magnify-lens.loading {
    opacity: .8;
}

.magnify-lens.loading:after {
    position: absolute;
    top: calc(50% - 24px);
    left: 0;
    width: 100%;
    color: #80a9d3;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 16 16"><circle cx="8" cy="8" r="6" fill="none" stroke="gray" stroke-width="2" stroke-dasharray="8 4" stroke-linecap="round"><animateTransform attributeName="transform" type="rotate" values="0 8 8;360 8 8" dur="1s" repeatCount="indefinite"/></circle></svg>');
    font: italic normal 16px/1 Calibri, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0 0 2px rgba(51, 51, 51, .8);
    text-transform: none;
}
