#adultadvice {
    background: #EFE3CD;
    position: fixed;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 9999;
    width: 90%;
    max-height: 100vh;
    margin: auto;
    height: 90vh;
    box-shadow: 0px 0px 5px #000;
    border-radius: 5px;
}

#adultadvice .adultadvice_content {
    padding: 15px;
}

#adultadvice .adultadvice_content img {
    max-width: 100%;
    height: auto;
}

#adultadvice .btn-success,
#adultadvice .btn-danger {
    background-color: #666;
    border-color: #FFF;
    border-width: 2px;
    color: #FFF;
    font-weight: bold;
}

#adultadvice .btn-success {
    background-color: #F29803;
}

#adultadvice .btn:hover {
    color: #FFF;
}

#adultadvice_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    z-index: 995;
    opacity: 0.8;
}

@media (max-width: 767px) {
    #adultadvice {
        top: 15px;
        width: 90%;
        max-height: 100vh;
        height: 90vh;
        
    }
}