.pass-newsroom .row-flexed {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch;
    gap: 0 !important;
    margin-left: -15px;
    margin-right: -15px;
}
.pass-newsroom .newsroom-reveal-item {
    display: none;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    flex: 0 0 100%;
    max-width: 100%;
}
.pass-newsroom .newsroom-reveal-item.is-visible {
    display: block;
}
.pass-newsroom .newsroom-reveal-item > .news-latest-item,
.pass-newsroom .newsroom-reveal-item > .metro-news-teaser {
    width: 100%;
}
.pass-newsroom .newsroom-grid-item.col-sm-4,
.pass-newsroom .newsroom-grid-item.col-sm-8,
.pass-newsroom .newsroom-grid-item.col-sm-12 {
    width: 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .pass-newsroom .newsroom-grid-item.col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        width: 33.333333%;
    }
    .pass-newsroom .newsroom-grid-item.col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        width: 66.666667%;
    }
    .pass-newsroom .newsroom-grid-item.col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}
.pass-newsroom .metro-news-image img,
.pass-newsroom .metro-news-image-right img,
.pass-newsroom .metro-news-image-center img {
    max-width: 100%;
    height: auto;
}
.pass-newsroom .metro-news-item {
    min-height: 100%;
}
.pass-newsroom .metro-news-overlay-cat {
    text-transform: uppercase;
}
.pass-newsroom .metro-news-subcategories .sub-cat-item.hide {
    display: none;
}
.pass-newsroom .metro-news-subcategories .filter {
    display: inline-block;
    text-decoration: none;
}
.pass-newsroom .metro-news-subcategories .filter .icon {
    cursor: pointer;
}
.pass-newsroom #clear-filter-btn .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
}
