.centrado{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
}

.backdrop-popup{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0,0,0,.6);
}


.contenedor-popup {
    position: relative;
    padding: 0 !important;
    width: 100%;
    max-width: 900px;   /* límite */
    margin: 0 auto;     /* centrado horizontal */
}

.contenedor-popup img {
    width: 100%;
    height: auto;
    display: block;
}

.texto-sobre-imagen-popup {
    width: 80%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,.7);
    padding: 10px;
    text-align: center;
}

.formPopupNews {
    margin-top: 20px; /* separación respecto a la imagen */
}