@media (min-width: 1200px) {
    .home .container,
    .page-template-page-socialwall .container{
        width: 100%;
        max-width: 100%;
    }
    .home .ff-stream,
    .page-template-page-socialwall .ff-stream{
        background:#f2f2f2!important;
    }

    .home .ff-stream .picture-item__inner,
    .page-template-page-socialwall .ff-stream .picture-item__inner {
        box-shadow:none!important;
    }
    .home .ff-stream .ff-item img,
    .page-template-page-socialwall .ff-stream .ff-item img{
        height:auto!important;
    }
    .home .ff-stream .ff-item .ff-content,
    .page-template-page-socialwall .ff-stream .ff-item .ff-content{
        font-family: "TheinhardtRegular";
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        letter-spacing: 0.3px;
        float:left;
        width:100%;
    }
    .home .ff-stream .ff-item .ff-content a,
    .page-template-page-socialwall .ff-stream .ff-item .ff-content a{
        color: #333333!important;
    }
    #ff-stream-1 h4, 
    #ff-stream-1-slideshow h4, 
    #ff-stream-1 .ff-name, 
    #ff-stream-1-slideshow .ff-name,
    .page-template-page-socialwall .ff-stream .ff-item .ff-item-meta a,
    .home .ff-stream .ff-item .ff-item-meta a{
        float: left!important;
        font-family: "TheinhardtBold"!important;
        text-transform: uppercase!important;
        color: #333333!important;
    }
    .home .ff-stream .ff-item .ff-item-meta a.ff-name,
    .page-template-page-socialwall .ff-stream .ff-item .ff-item-meta a.ff-name{
        color: #333333!important;
    }
    .home .ff-stream .ff-item .ff-item-meta a.ff-timestamp,
    .page-template-page-socialwall .ff-stream .ff-item .ff-item-meta a.ff-timestamp{
        display:none;
    }
    .home .ff-stream .ff-theme-classic .picture-item__inner:hover:before,
    .page-template-page-socialwall .ff-stream .ff-theme-classic .picture-item__inner:hover:before {
        display:none;
    }
    .ff-stream {
        height: 100%!important;
        float: left;
        width: 100%;
    }
    #ff-stream-1 .picture-item__inner{
        background:#f2f2f2!important;
    }
    .ff-theme-classic.ff-style-4 .ff-item-meta{
        float:left;
        width:100%;
    }
    .home .ff-theme-classic .picture-item__inner, .home .ff-theme-classic .shuffle__sizer {
        padding: 0!important;
    }
    .home #ff-stream-1 .ff-item, .home #ff-stream-1 .shuffle__sizer {
        width:65%!important;
    }
    .ff-errors{display:none!important;}
    .home .ff-stream{
        padding-top:0!important;
        margin-top:0!important;
    }
    .home .ff-stream-wrapper,
    .ff-stream-wrapper{
        padding-top:0!important;
        margin-top:0!important;
    }
    .home .col-lg-6 {
        width: 67%;
    }
    .home .col-lg-3 {
        width: 33%;
    }
    .home .is.posts-navigation {
        margin: 0;
        border: none;
        float:left;
        width:100%;
    }
    .home .feedSocialNetwork {
        position:absolute;
        float:right;
        width:30%;
        top:0;
        right:0;
        height:100%;
        background:#f2f2f2; 
    }
    .home .site-main {
        float:left;
        position:relative;
    }
    .home .site-main .row{
      /*  width:70%;
        float:left;*/
        position:relative;
    }
    .home .feedSocialNetwork h2 {
        float: right;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 35px;
        letter-spacing: 2px;
        font-size: 16px;
        text-transform: uppercase;
        font-family: "TheinhardtRegular";
        }
    .feedSocialNetwork.smallDevice{
        display:none;
    }
    .feedSocialNetwork.bigDevice{
        display:block;
    }
}
@media (max-width: 1199px) {
    .feedSocialNetwork.smallDevice{
        float:left;
        width:100%;
        background:#f2f2f2; 
        margin-bottom: 35px;
    }
    .feedSocialNetwork.smallDevice a{
        float:left;
        width:100%;
        padding:15px;
        text-align: center;
        text-transform: uppercase;
        font-family: "TheinhardtRegular";
        letter-spacing: 2px;
        font-size: 16px;
    }
    .feedSocialNetwork.bigDevice{
        display: none;
    }
}