#anuncioLightbox {
    z-index: 99999 !important;
}

.modal-backdrop {
    z-index: 99998 !important;
}

#anuncioLightbox .modal-dialog {
    max-width: 95vw;
    margin: 0 auto;
}

#anuncioLightbox .anuncio-lightbox-content {
    background: rgba(0,0,0,0.95);
    border: 0;
    box-shadow: none;
    padding: 20px;
    position: relative;
    z-index: 99997 !important;
}

#anuncioLightboxImg {
    max-width: 100%;
    max-height: auto;
}

/* botão fechar branco no canto */
.anuncio-lightbox-close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    opacity: 1;
    font-size: 22px;
    text-shadow: none;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: red;
}

.anuncio-lightbox-close:hover {
    color: #fff;
    opacity: 0.8;
}
