.m-magnifikCanvas::-webkit-scrollbar {
    display: none;
}
.m-magnifikCanvas {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.corner.m-close {
    color: white;
    background: black;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
}
.magnifik-notice {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 36px;
    margin-left: -160px;
    margin-top: -28px;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    background: rgba(0, 0, 192, 0.5);
    color: white;
    opacity: 1;
}
.magnifik-notice-fade {
    -webkit-transition: opacity 4s ease-in;
    -o-transition: opacity 4s ease-in;
    -moz-transition: opacity 4s ease-in;
    -ms-transition: opacity 4s ease-in;
    transition: opacity 4s ease-in;
    opacity: 0;
}
.z4-wrap {
    height: 300px;
    border: 3px solid black;
}
.magnifyCloseBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    font-size: 40px;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    background-color: #fff;
}
