﻿.description {
    max-height: 133px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-family: 'Ubuntu';
    margin-bottom: 3em;
}

.description.expanded {
    max-height: none;
}

.read-more-link {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 3em;
    color: #007acc;
    font-size: 1.125em;
}

audio {
    width: 98%;
    margin: 20px 0px;
}

.description, .afm-podcast_page .rss-item {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

@@media (max-width: 1050px) {
     .rss-item.audioReviewContainer {
         padding: 0px 20px;
     }
 }