@media(max-width:767px) {

    .podcasts .col-sm-4 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }
}