.news_year{
	font-size: 32px;
	font-weight: 400;
}

.news_month{
	font-size: 24px;
	margin:15px 0;
}

.news_title{
	display: block;
	margin:5px 0;
}

.news{
	display: inline-block;
	width: 210px;
	vertical-align: top;
	margin: 5px;
}

.news_preview{
	height: 150px;
	background-position: center;
	background-size: cover;
	background-color: silver;
}

@media only screen and (max-device-width: 667px) {	
	.news{
		display: block;
		width: auto;
		height: auto;
		margin: 5px 0;
		margin-bottom: 30px;
	}
	
	.news_preview{
		height: 200px;
	}
}