/* CSS Document */

@media screen and (max-width:640px) {
	
/*
#wrapper, html, body, #main{
	min-height:500px;
}
#main,
#main .inner{
	width:100%;
	min-width:100%;
}
#main{
	background-size: auto 100% !important; 
}
#main h1, #main h1 img {
width: 168px;
height: 102px;
}
#main h1{
	top: 144px;
	padding:0;
}
#main h2{
	top: 258px;
	padding: 0 12%;
}
*/

.news_text {
  height: 80px;
  overflow: hidden;
}


}

@media screen and (max-width:320px) {
/*
#main{
	background-size: 100% auto!important;
}
*/


}
