#twitter .fa-facebook {
    color: #3b5998;
}

.profile-message{
    margin:1em 0;
}
 
.post-link{
    text-decoration:none;
}
 
.post-content{
    overflow:hidden;
}
 
.post-content img{
    width:auto;
    margin: 5px;
}
 
.post-status{
    margin:.5em; font-weight:bold;
}
 
.post-picture{
    width:25%; float:left;
}
 
.post-info{
    margin:.5em;
}
 
.post-info-name{
    font-weight:bold;
}
 
.post-info-description{
    color:#999;
}
.wrapper {
    max-width: 680px;
}

.social-feed-item {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.social-feed-item img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}
.social-feed-item .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.social-feed-item .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.social-feed-item img,
.social-feed-item .play-button {
    cursor: pointer;
}
.social-feed-item img,
.social-feed-item iframe,
.social-feed-item .play-button,
.social-feed-item .play-button:before {
    position: absolute;
}
.social-feed-item .play-button,
.social-feed-item .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.social-feed-item iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.close-button {
  overflow: hidden;
}

.bmd-modalContent {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}
  
.bmd-modalContent .close {
  font-size: 30px;
  line-height: 30px;
  padding: 7px 4px 7px 13px;
  text-shadow: none;
  opacity: .7;
  color:#fff;
}

.bmd-modalContent .close span {
  display: block;
}

.bmd-modalContent .close:hover,
.bmd-modalContent .close:focus {
  opacity: 1;
  outline: none;
}

.bmd-modalContent iframe {
  display: block;
  margin: 0 auto;
}

.twitter-button {
    background:#fff;
    border: 1px solid #1c94e0;
    color: #fff !important;
    float:right;
}
.twitter-follow-button {
    float: right;
    position: absolute;
    width: 90%;
}
.mention {
    font-size: 10px;
}
#twitter-feed-list {
    margin-top:10px;
}
.overflow-hidden{
    overflow:hidden;
}
 
.left-margin-10px{
    margin:0 1em 0 0;
}
 
.margin-right-1em{
    margin-right:1em;
}
 
.margin-right-2em{
    margin-right:2em;
}
 
.text-align-center{
    text-align:center;
}
 
.margin-top-4px{
    margin-top:4px;
}
 
.color-gray{
    color:#999;
}
 
.tweet-image{
    float:left; 
    width:50px;
    margin-right:1em;
}
 
.tweet-image img{
    width:50px;
}
 
.tweet-text{
    float:left; width:80%;
}
 
.margin-zero{
    margin:0;
}
 
.font-size-20px{
    font-size:20px;
}
 
.float-left{
    float:left;
}