.thsb-podcast-providers {
    max-width: 630px !important;
    height: 45px;
    margin: 33px auto 54px !important;
    float: none !important
}

.thsb-podcast-provider-logo {
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    float: left;
    margin: 0 20px
}

.thsb-apple-podcasts {
    width: 133px;
    margin-left: 105px
}

.thsb-spotify-podcasts {
    width: 140px;
    display: none !important
}

.thsb-stitcher-podcasts {
    width: 110px
}

.thsb-rss-podcasts {
    width: 45px
}

@media (max-width: 700px) {
    .thsb-podcast-providers {
        max-width: 390px !important
    }

    .thsb-apple-podcasts {
        margin-left: 0
    }

    .thsb-rss-podcasts {
        margin-right: 0
    }
}

@media (max-width: 440px) {
    .thsb-podcast-providers {
        height: auto;
        margin-left: -20px !important
    }

    .thsb-podcast-providers > div a {
        display: block;
        float: none;
        margin: 0 auto
    }

    .thsb-podcast-providers > div a.thsb-stitcher-podcasts {
        margin: 15px auto
    }
}
