.sw19s-img-modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 503;

    img {
        max-width: 100%;
        max-height: 80%;
    }

    button {
        position: absolute;
        top: 3%;
        right: 3%;
        background: none;
        color: #fff;
        font-size: 20px;
        border: none;
        cursor: pointer;
    }
}
