.mw-header-eleicoes {
    background-color: #14022D;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.eleicoes {
    width: 100%;
    height: fit-content;
    max-height: 200px;
}

.mw-header-eleicoes figure a {
    width: fit-content;
    height: fit-content;
}
.mw-header-eleicoes figure {
    width: fit-content;
    height: fit-content;
} 

@media screen and (max-width: 786px){
    .mw-header-eleicoes figure{
        width: 95%;
    }
}
