.site-metro-post-widget .has-metro-style img.wp-post-image {
    height: 25rem
}
.site-fullwidth-widgetarea .site-metro-post-widget .has-metro-style img.wp-post-image {
    height: 35rem
}
.site-metro-post-widget .metro-style-title {
    font-size: var(--site--font-size-small);
}
@media (min-width: 992px) {
    .site-metro-post-widget.grid_style_4 .mid-col .has-metro-style img.wp-post-image, .site-metro-post-widget:where(.grid_style_1,.grid_style_2) .first-col .has-metro-style img.wp-post-image {
        height: 56rem
    }
    .site-metro-post-widget.grid_style_4 :where(.first-col,.last-col) .has-metro-style img.wp-post-image, .site-metro-post-widget:where(.grid_style_1,.grid_style_2) .second-col .has-metro-style img.wp-post-image {
        height: calc(28rem - var(--wpintf-gutter-y) / 2)
    }
    .site-metro-post-widget.grid_style_3 .col-lg-6 .metro-style-title,
    .site-metro-post-widget.grid_style_4 .mid-col .metro-style-title,
    .site-metro-post-widget.grid_style_6 .col-lg-8 .metro-style-title,
    .site-metro-post-widget:where(.grid_style_1,.grid_style_2) .first-col .metro-style-title {
        font-size: var(--site--font-size-big);
    }
}
.footer-widgetarea .site-metro-post-widget div[class^=col-] {
    width: 100%
}
@media (min-width: 1000px) {
    .blogmarks-secondary-column .site-metro-post-widget div[class^=col-] {
        width: 100%
    }
}
