/* .previsualizarNoticia {
    width: 100%;
    height: auto;
    max-width: 400px !important;
    max-height: 220px !important;
} */

.previsualizarNoticia {
    width: 100%;
    height: 220px !important;
    /* max-width: 400px !important; */
    /* max-height: 220px !important; */
}

.contenedor-previsualizar {
    position: relative;
}

.eliminarImagenNoticia {
    width: 25px;
    height: 25px;
    background: #dd4b39;
    color: #f4f4f4;
    display: block;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.text-break {
    word-break: break-all;
}