

#content-mid {
	height:500px;
	border: 1px solid black; 
	font-weight: bold; 
	overflow-y: scroll;	
}	


@media only screen and (max-width: 40em) {     /* small only */
	.home_main {
		/*height: 350px;*/
		border-bottom: 1px solid #000;
	}
	.prem_whse {
		 float:left;
		 height: 100%; 
		 color: #FFF;
		 font-weight: bold;
		 padding-top: 5px;
	}
	.prem_whse_phrase  {
		text-align:center;  
		font-size: 100%; 
		margin-top: 5px; 
		line-height:150%;
	}	
	.prem_whse_ac {
		text-align:center;  
		font-size: 120%;
		color: #f68b2a; 
	}
	.prem_whse_fff {
		text-align:center; 
		font-style:italic; 
		font-size: 120%; 
	}
	.prem_whse_fff div {
		display: inline;
		margin-left: 6px;
		margin-right: 6px;
	}
	.news_container {
		border: 1px solid black;
		/*width:150px;*/
		height: 300px;   
		overflow: hidden;
		position: relative;
		margin-left:10px;
		padding: 10px;
	}

	.news {
		position: absolute; 
		left: 0px;
		top: 0px;
		padding: 10px;
	}

}

@media only screen and (min-width: 40.01em) and (max-width: 64em) {  /* medium */
	.home_main {
		height: 350px;
		border-bottom: 1px solid #000;
	}
	.prem_whse {
		 float:left;
		 height: 100%; 
		 color: #FFF;
		 font-weight: bold;
		 padding-top: 5px;
	}
	.prem_whse_phrase  {
		text-align:center;  
		font-size: 100%; 
		margin-top: 20px; 
		line-height:150%;
	}	
	.prem_whse_ac {
		text-align:center;  
		font-size: 120%;
		color: #f68b2a; 
	}
	.prem_whse_fff {
		text-align:center; 
		font-style:italic; 
		font-size: 120%; 
	}
	.prem_whse_fff div {
		display: block;
	}
	.news_container {
	border: 1px solid black;
	/*width:150px;*/
	height: 500px;   
	overflow: hidden;
	position: relative;
	padding: 3px;
	}

	.news {
		position: absolute; 
		left: 0px;
		top: 0px;
	}
}


@media only screen and (max-width: 64.062em) {   /* small and medium  */

	

}

@media only screen and (min-width: 64.063em) {  /* large+ */
	.home_main {
		height: 500px;
		border-bottom: 1px solid #000;
	}
	.prem_whse {
		 float:left;
		 height: 100%; 
		 color: #FFF;
		 font-weight: bold;
		 padding-top: 5px;
	}
	.prem_whse_phrase  {
		text-align:center;  
		font-size: 100%; 
		margin-top: 20px; 
		line-height:200%;
	}
	.prem_whse_ac {
		text-align:center;  
		font-size: 120%;
		color: #f68b2a; 
	}
	.prem_whse_fff {
		margin-top: 100px;
		text-align:center; 
		font-style:italic; 
		font-size: 120%; 
	}
	.prem_whse_fff div {
		display: block;
	}
	.news_container {
	border: 1px solid black;
	/*width:150px;*/
	height: 500px;   
	overflow: hidden;
	position: relative;
	padding: 3px;
	}

	.news {
		/*position: absolute; */
		left: 0px;
		top: 0px;
	}

}

