@media (max-width: 768px) {
    /***************************************************************************
    * Sections
    ***************************************************************************/
    /* Section - Headers */
    .section-bio-header h3 {
        margin-left: 20px;
        margin-right: 20px;
    }
    /***************************************************************************
    * Banner
    ***************************************************************************/
    .section-bio-banner .breadcrumb {
        font-size: 18px;
    }
    .section-bio-banner h1 {
        bottom: 10px;
        max-width: 45%;
        padding: 0 15px;
    }
    /***************************************************************************
    * Player Information
    ***************************************************************************/
    .social-media-list {
        max-width: 300px;
    }
    .team-player dl {
        max-width: 300px;
    }
    .team-player dt {
        margin-bottom: 0;
    }
    .team-player dd {
        margin-bottom: 7px;
    }
    .bio-product-info {
        text-align: center;
    }
    .team-recommended h5:after,
    .bio-product-info img {
        margin-left: auto;
        margin-right: auto;
    }
    .team-recommended .bio-main-info img {
        max-width: 50%;
    }
    /***************************************************************************
    * Player - Content
    ***************************************************************************/
    .section-bio-play li li,
    .section-bio-favorite li,
    .section-bio-personal dd {
        margin-bottom: 10px;
    }
}
@media (max-width: 400px) {
    /***************************************************************************
    * Banner
    ***************************************************************************/
    .section-bio-banner .breadcrumb {
        font-size: 14px;
    }
    /***************************************************************************
    * Player - Content
    ***************************************************************************/
    .section-bio-play li li,
    .section-bio-favorite li,
    .section-bio-personal dd {
        margin-bottom: 7px;
    }
    .section-bio-favorite li {
        float: none;
        width: 100%;
    }
    /***************************************************************************
    * Stream - twitch
    ***************************************************************************/
    .section-bio-stream .section-bio-header,
    .section-bio-instagram .section-bio-header {
        position: relative;
    }
    /***************************************************************************
    * Feeds - facebook, twitter
    ***************************************************************************/
    .section-bio-feeds h3 {
        padding-left: 0;
        padding-right: 0;
    }
    .section-bio-feeds .glyphicon-new-window {
        right: 0;
    }
}
