.wng-modal {
    display: none;
    position: fixed;
    align-content: center;
    justify-content: center;
    z-index: 1000;
    /*padding: 20px;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.wng-modal__content {
    margin: auto 50px;
    max-width: 900px;
    position: relative;
}

.wng-modal__image {
    display: block;
    max-width: 100%;
}

.wng-modal__close {
    position: absolute;
    top: 35px;
    right: 35px;
    color: #fff;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}

.wng-modal__close:hover,
.wng-modal__close:focus {
    color: #fff;
}


.wng-btn {
    position: fixed;
    z-index: 1001;
    right: 20px;
    bottom: 110px;
}