.vde_state_container {
    /* display: none; */
    margin: 15px 0;
}
.key-candidates-widget{
    /* display:none; */
    margin-top: 10px;
}
.vde_state_container .v_d_election_banner {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background-color: #ececec;
}
.vde_state_container .v_d_election_widget {
    margin: 0;
}
.v_d_election_banner img {
    max-width: 100%;
    width: 100%;
}
.v_d_election_banner .mobile_banner {
    display: none;
}

.vde_state_container #state-result-html {
    background: #f6f6f6;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

@media only screen and (max-width:767px) {
    .v_d_election_banner .desktop_banner {
        display: none;
    }

    .v_d_election_banner .mobile_banner {
        display: block;
    }
}