.podcast-obrazek100 {
    width: 100%;
    height: auto;
    border-top: #fff solid 36px;
}

.podcast-container {
    display: flex;
    flex-flow: wrap;
}

.podcast-karta {
    text-decoration: none !important;
    display: block;
    flex-direction: column;
    margin: 20px;
    border: #e9e9e9 solid 1px;
    border-radius: 5px;
	border-top-left-radius: 15px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.25) !important;
    width: 330px;
    height: 330px;
}

@media (max-width: 420px) {

    .podcast-karta {
        width: 280px;
        height: 350px;
    }
}

.podcast-karta img {
    display: block;
    margin: auto;
    border-top-left-radius: 15px;
    max-height: 185px;
    width: auto;
}

.podcast-nazev {
    height: 100px;
    line-height: 1.4em;
    display: -webkit-box;
    padding: 5px 10px;
    overflow: hidden;
    white-space: break-spaces;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.podcast-texty {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-items: stretch;
}

.podcast-udaje {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    font-size: 1em;
    font-style: italic;
    color: grey;

}

.podcast-karta div {
    padding: 3px;
}

.podcasty-loga-kanaly {
    /*margin-top: 10px;*/
    margin-bottom: 15px;
}
.podcasty-loga-kanaly a {
    min-width: 160px;
    margin: 15px 0;
}
