._comp_zoom {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;

    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    visibility: hidden;
}

._comp_zoom img {
    max-width: 90%;
    max-height: 90%;
}

[data-action='zoom'] {
    cursor: pointer;
}