/* cmsms stylesheet: Custom Stylesheet modified: 09/15/21 13:45:11 */
.music-action{
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
}
.music-action img{
    width: 350px;
    height: auto;
}
@media screen and (max-width: 992px) {
    .music-action{
        bottom: 80px;
    }
    .music-action img{
        width: 250px;
    }
}

#latest-news-and-events .recent-item.podcast-item .promo-image{
    height: 300px;
}
@media screen and (max-width: 1200px) {
    #latest-news-and-events .recent-item.podcast-item .promo-image{
        height: 215px;
    }
}
@media screen and (max-width: 992px) {
    #latest-news-and-events .recent-item.podcast-item .promo-image{
        height: 215px;
    }
}

.podcasts .podcast-item:after{
    content: '';
    display: block;
    clear: both;
    width: 100%;
}
.podcasts .podcast-item img{
    float: right;
    margin: 0 0 15px 25px;
    max-width: 250px;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
   .podcasts .podcast-item img{
        float: none;
        display: block;
        margin: 0 0 15px 0;
        max-width: 100%;
    } 
}
