.banner-area-two .banner-slider-item{
    background-image: url('../images/custom/flag_bg.jpg');
}

.d-table-cell {
    vertical-align: top;
}

.banner-area-two .banner-slider-item .slider-img img {
    bottom: 240px;
}

.owl-carousel{
    height:600px
}

.banner-area-two .banner-content {
    margin-top: 110px;
}

.election-area {
    background-image:none;
}

.donateLink {
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
     .d-table-cell {
        vertical-align: middle;
    }
    
    .banner-area-two .banner-slider-item .slider-img img {
        bottom: 0;
    }
    .owl-carousel {
        height: 617px;
    }
    .banner-area-two .banner-content {
        margin-top: 0;
    } 
    .banner-area-two .banner-slider-item {
        padding-top: 82px;
    }
    .mobile-nav img{
        height: 50px;
        max-width: 200%;
    }
    .meanmenu-reveal{
        display: none !important;
    }
}