.autgames-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.autgames-modal-content {
    position: relative;
    width: 90%;
    height: 90%;
    margin: 3% auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.autgames-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 40px;
    cursor: pointer;
    z-index: 1000;
}

#autgames-frame {
    width: 100%;
    height: 100%;
    border: none;
}

.autgame-btn {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
