@media screen and (max-width: 768px) {
	.news_descr br {
		display:  none;
	}
}

@media screen and (max-width: 600px) {
	#page a.news_img_wrap {
		-webkit-background-size: cover;
		background-size: cover;
		height: 183px;
	}
}

@media screen and (max-width: 425px) {
	#page .news_title a {
		font-size: 18px;
	}
}



