div#YoutubeFeed {
    padding-top: 20px;
    margin: auto;
    background-color: grey;
}

.youtube_feed {
    width: 230px;
    display: inline-flex;
    flex-flow: wrap;
    justify-content: center;
}

.youtube_feed a {
    color: white;
    text-decoration: underline;
}

p.youtube_feed_link {
    text-align: center;
}

#YoutubeFeed div.news-more-news>p>a {
    padding: 0 0 0 15px;
    color: #fff;
    font-family: "Ubuntu",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 17px;
}

#YoutubeFeed div.news-more-news>p>a:after {
    font-family: 'Fontawesome';
    content: ' \f105';
    font-size: 17px;
    line-height: 17px;
    font-weight: 800;
}