.cs-feed{display:flex;flex-wrap:wrap;justify-content:space-between}
.cs-feed .cs-feed-card-wrapper{width:32%;margin-bottom:20px;background-color:#222;color:white;position:relative}
.cs-feed .cs-feed-card-wrapper:hover{text-decoration:none}
.cs-feed .cs-feed-card-wrapper.filler{height:0 !important}
.cs-feed .cs-feed-card-wrapper .cs-card-images{background-color:grey;background-size:cover;height:200px;position:relative}
.cs-feed .cs-feed-card-wrapper .cs-card-images:before{content:'';background:linear-gradient(45deg,#000,transparent);display:block;position:absolute;left:0;right:0;top:0;bottom:0;opacity:.8}
.cs-feed .cs-feed-card-wrapper .cs-card-images .cs-card-product{position:absolute;top:30px;height:30px;left:50%;transform:translateX(-50%)}
.cs-feed .cs-feed-card-wrapper .cs-card-images .cs-card-logo{max-width:90%;max-height:100px;position:absolute;bottom:75px;left:50%;transform:translate(-50%,50%)}
.cs-feed .cs-feed-card-wrapper .cs-card-content{padding:30px 30px 70px;text-align:center}
.cs-feed .cs-feed-card-wrapper .cs-card-link{font-weight:700;position:absolute;bottom:10px;width:100%;text-align:center}
.cs-feed .cs-feed-card-wrapper .cs-card-link:after{font-family:FontAwesome;content:"\f105";color:#ec008c;margin-left:10px}
@media(max-width:800px){.cs-feed .cs-feed-card-wrapper{width:49%}
}
@media(max-width:500px){.cs-feed .cs-feed-card-wrapper{width:100%}
}