.social-wall ul.posts {
    margin: 0;
    padding: 0;
    position: relative;
}

.social-wall ul.posts li {
    list-style: none;
}

.social-wall .post {
    position: relative;
    padding-left: 0;
    margin-bottom: 20px;
}

.social-wall .post header {
    font-size: 90%;
    margin-bottom: 10px;
}

.social-wall .post header a {
    color: #9c9d9d;
}

.social-wall .post header a:active,
.social-wall .post header a:focus,
.social-wall .post header a:hover {
    color: #f05256;
}

.social-wall .post h2 {
    font-family: OpenSans;
    font-size: 110%;
}

.social-wall .post > .fa {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ed3439;
    position: absolute;
    top: 0;
    left: 0;
}

.social-wall .post .fa-play-circle:before {
    font-size: 108px;
}

.social-wall .post footer {
    padding-bottom: 30px;
    padding-top: 20px;
    border-bottom: 2px solid #ccc;
}

.social-wall .post footer span {
    margin-right: 15px;
}

.social-wall .post footer .fa {
    margin: 0 4px 0 0;
}

.social-wall .video-link {
    position: relative;
    display: block;
}

.social-wall .video-link i.fa {
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    font-size: 108px;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    text-align: center;
    line-height: 90px;
    border-radius: 45px;
    background-color: rgba(255,255,255,0.5);
}

@media(min-width:768px) {
    .social-wall .post {
        padding-left: 50px;
    }
    .social-wall .post > .fa {
        display: -ms-flexbox;
        display: flex;
    }
}
