.socialsstream .bgTwitter{background-color:#0083eb}
.socialsstream .bgFacebook{background-color:#3b5998}
.socialsstream .cTwitter,.socialsstream .cFacebook{color:white}
.socialsstream article{box-shadow:0 0 1em rgba(0,0,0,0.3);height:260px;width:100%}
.socialsstream article:hover:before{background-color:rgba(255,255,255,0.95);transition:all 0.4s ease}
.socialsstream article:hover .contents,.socialsstream article:hover .title{opacity:1;transition:all 0.4s ease}
.socialsstream article:hover .contents:hover,.socialsstream article:hover .title:hover{color:var(--primary);transition:all 0.4s ease}
.socialsstream article:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,0);z-index:0;transition:all 0.4s ease}
.socialsstream article .icon-wrapper{border-radius:50%;width:40px;height:40px;left:calc(260px /2 - (40px / 2));align-items:center;top:calc((40px / 2) * -1)}
.socialsstream article .link{z-index:1;color:black;transition:all 0.4s ease}
.socialsstream article .link:hover{text-decoration:none;transition:all 0.4s ease}
.socialsstream article .title{font-size:12px;transition:all 0.4s ease;line-height:1}
.socialsstream article .contents{line-height:1;font-size:12px;opacity:0.3;transition:all 0.4s ease;word-break:break-word}
.socialsstream article strong{color:var(--secondary)}