.img_zoom_container {
    background-color: #000A;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    display: none;
}

.img_zoom_container img {
    max-width: 100%;
    max-height: 100%;
}