.re-zoomer_popup {
    position: fixed;
    /* display: flex; */
    top: 0;
    left: 0;
    right: 0;
    background-color: #000000ce;
    height: 100vh;
    z-index: 9999;
    overflow: hidden;
}

.re-zoomer_popup img {
    max-width: none;
    max-height: none;
    height: 200%;
    width: auto;
}

.re-zoomer_popup .re-zoomer_btn-close {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18 6L6 18M6 6L18 18' stroke='%23202020' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 12px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}