/*
Theme Name: Sprout XFastest Child
Theme URI: https://news.xfastest.com/
Description: XFastest 的 Sprout 子佈景；只承接本站分頁效能與顯示調整。
Author: XFastest
Template: sprout
Version: 1.0.10
Text Domain: sprout-xfastest-child
*/

/* Homepage \"嗑新聞 News\" and each article's Related Posts: fixed 2:1 thumbnails. */
#vwspc-section-5 .vwspc-section-content .vw-post-loop-block-2-grid-3-col .vw-post-box-thumbnail,
.vw-related-posts .vw-post-box-thumbnail {
    aspect-ratio: 2 / 1;
    height: auto !important;
    overflow: hidden;
}

#vwspc-section-5 .vwspc-section-content .vw-post-loop-block-2-grid-3-col .vw-post-box-thumbnail img,
.vw-related-posts .vw-post-box-thumbnail img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
