#noticia {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: white;
}

.imagemNoticia {
    min-height: 200px;
    background-color: lightgray;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 992px) {
    #filtro {
        border-right: 1px solid lightgray;
    }
}