.news-pic {
    display: block;
    width: 100%;
    aspect-ratio: 615 / 400;
    overflow: hidden;
}

.news-pic picture {
    display: block;
    width: 100%;
    height: 100%;
}

.news-pic img,
.news-pic picture img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
