.header-container {
    display: contents;
}

.ballotbox {
    display: none;
}

.ballotbox2 {
    margin-right: auto;
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    img {
        max-height: 80px;
        max-width: 100%;
        height: auto;
        width: auto;
        object-fit: contain;
    }
}

@media screen and (max-width:768px) {
    .ballotbox {
        display: block;
    }
    .ballotbox2 {
        display: none;
    }
}