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

.news-wrapper .news-item .news-image {
    width: 100% !important;
    height: 280px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center center;
    display: block;
    margin-bottom: 20px;
}
