.brn-playlist__header {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .brn-playlist__header {
        flex-direction: row;
    }
}

.brn-playlist__header-info {
    width: 100%;
}

.brn-playlist__header-info h2 {
    margin-bottom: 0;
}

.brn-playlist__header-img {
    max-width: 100%;
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .brn-playlist__header-img {
        padding-right: 20px;
        padding-bottom: 0;
        max-width: 250px;
    }
}

.brn-playlist__header-img img {
    border-radius: 4px;
}

.brn-playlist__desc {
    font-size: 15px;
    margin-bottom: 25px;
}

.brn-playlist__now-playing {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 15px;
    border-radius: 4px 4px 0 0;
}

.brn-playlist .jwplayer {
    border-radius: 0 0 4px 4px;
}

@media only screen and (min-width: 768px) {
    .brn-playlist__episode-title {
        width: 35%;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .brn-playlist__episode-speaker {
        width: 25%;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .brn-playlist__episode-program-name {
        width: 25%;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .brn-playlist__episode-date {
        width: 15%;
    }
}

.brn-playlist__episodes-header {
    display: none;
}

@media only screen and (min-width: 768px) {
    .brn-playlist__episodes-header {
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 40px;
    }
}

.brn-playlist__episodes-header h4 {
    margin-bottom: 0;
    font-size: 15px;
}

.brn-playlist__episode-details-top h4 {
    margin-top: 10px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .brn-playlist__episode-details-top h4 {
        display: none;
    }
}

.brn-playlist__episode-play {
    margin-top: -10px;
    font-size: 30px;
    padding-right: 10px;
}

.brn-playlist__episode-details {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.brn-playlist__episode-details-top {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 15px;
}

@media only screen and (min-width: 768px) {
    .brn-playlist__episode-details-top {
        flex-direction: row;
        justify-content: space-between;
    }
}

.brn-playlist__row {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
}

.brn-playlist__row:last-child {
    margin-bottom: 20px;
}

.brn-playlist__episode-desc {
    padding-top: 10px;
    font-style: italic;
    font-size: 15px;
}

.brn-playlist__playlist-word {
    font-size: 15px;
    padding-bottom: 10px;
    display: block;
}

@media only screen and (min-width: 768px) {
    .addthis_inline_share_toolbox {
        float: right;
        padding-left: 10px;
    }
}
