.series-news-promo-container{
	font-weight: bold;
	margin-bottom: 20px;
}

.series-news-promo-container .links,
.series-news-promo-container .series-news-image{
	text-align: center;
}

.series-news-promo-container img{
	width: 70px;
	margin: 0 auto 8px;
}

.series-news-promo-container .links a{
	font-size: 12px;
	text-transform: uppercase;
}

.series-news-promo-container .links a:not(:first-child)::before {
    content: "\00b7";
    padding: 0 5px;
}

@media screen and (max-width: 750px){
	
	.series-news-promo-container img{
		width: 100px;
	}
}