﻿
@media screen and (max-width : 1499px) {
    .news-article .news-article-image {
        height: 225px;
    }
}

@media screen and (max-width : 1199px) {
    .news-article .news-article-image {
        height: 275px;
    }
}

@media screen and (max-width : 991px) {
    .news-article .news-article-image {
        height: 200px;
    }
}

/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {

    .filter_date_column {
        border-left: 0;
        padding: 0;
    }

    .modNewsFilterBar {
        margin-bottom: 30px;
    }

        .modNewsFilterBar .btn-group {
            display: block;
        }

        .modNewsFilterBar .dropdown-menu {
            width: 100%;
        }

    .news_row .img-responsive {
        margin-bottom: 15px;
    }

    .modNewsMetaData small {
        display: block;
    }

    .news_row .link_block_xs .glyphicon {
        float: right;
    }

    .news-article .news-article-image {
        height: 100%;
    }

    .articles-carousel-section .articles-carousel-item .articles-carousel-item-tags {
        position: relative;
        top: 0;
        left: 0;
        padding: 15px 0 0;
    }
}
