 .juicer-feed li.feed-item.j-twitter .j-twitter-meta {
     color:#fff !important;
 }
 
 .social__content .j-stacker-wrapper .j-stack .feed-item .j-text .j-message {
	 margin-bottom: 1rem;
	 font-family: 'proxima-nova',sans-serif;
	 font-weight: 700;
	 font-size: 16px;
	 line-height: 1.375;
	 letter-spacing: .5px;
	 color: #fff!important;
}

.social__content .j-stacker-wrapper .j-stack .feed-item {
    width:calc(100% - 20px);
    padding-bottom:100%;
    height:0;
    margin:10px !important;
}


@media print, screen and (min-width: 48em) {
    .social__content .j-stacker-wrapper .j-stack .feed-item {
        width:calc(50% - 20px);
        padding-bottom:45%;
    }
}

@media print, screen and (min-width: 60em) {
    .social__content .j-stacker-wrapper .j-stack .feed-item {
        padding-bottom:40%;
    }
}

@media print, screen and (min-width: 64em) {
    .social__content .j-stacker-wrapper .j-stack .feed-item {
        width:calc(33.333% - 20px);
        padding-bottom:35%;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), not all, not all {
    .juicer-feed li.feed-item.j-twitter .j-retweet:before {
        background-position: 0 -604px;
    }
}