.banner-image img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.episode-tile {
    height: 400px;
}

.episode-tile img {
    max-height: 120px;
    width: 100%;
    object-fit: cover;
}

.episode-date {
    font-size: 0.8em;
    color: #6d6d6d;
}

#load-more {
    width: 200px;
}

.episode-summary {
    margin-top: 0.625em !important;
    margin-bottom: 1rem !important;
}

.episode-tile h4 {
    font-size: 22px;
    margin-bottom: 3px;
    line-height: 1.1;
    min-height: 2em;
}

.episode-tile .episode-summary {
    margin-top: 0.625em !important;
    margin-bottom: 1rem !important;
    height: 4.5em;
    min-height: 4.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    line-height: 1.4;
    word-break: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.episode-tile .list-inline {
    margin-top: 0.6rem;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    max-height: 2.6em;
    overflow: hidden;
    position: relative;
    line-height: 1.3;
}

.episode-tile .list-inline-item {
    display: inline-block;
    margin: 0;
    padding: 0.05rem 0.2rem;
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
