#novinky .novinka {
    position: relative;
    min-height: 170px;
    border-radius: 1em;
    background-color: #ff800018;
    margin-bottom: 1em;
}
#novinky .novinka:last-child {
    margin-bottom: unset;
}

/* pozadie pod obsahom */
#novinky .novinka img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    filter: opacity(0.3) brightness(1.3);
    z-index: 0;
    border-radius: 1em;
}

/* obsah novinky */
#novinky .novinka div {
    position: relative;
    padding: 1em;
    z-index: 1;
}

#novinky h2 {
    max-width: 40ch;
    text-align: center;
    margin: 0 auto;
}
