.news-overview-item__img-figure {
    background: url(/typo3conf/ext/baolipackage/Resources/Public/Images/loader.svg) no-repeat 50% 50%;
}

.content-teaser-2__target-img {
    aspect-ratio: 3/2;
    object-fit: contain;
}

/* Set height of Latest news images to the Same */
.news-feed .content-teaser-2__target-img {
    height: 240px;
    object-fit: cover;
}
@media ( min-width: 1200px ) {
    .news-feed .content-teaser-2__target-img {
        height: 280px;
    }
}