/* GrandStyl.cz – Blog: sjednocení náhledových obrázků článků */

.news-wrapper .news-item .news-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}
