@charset "utf-8";

.phone-header {
	padding-left:5px;
	padding-right:5px;
	
}

@media only screen and (min-width:960px){
.phone-header {
	background-image:url(/images/phone-header.png);
	background-repeat:no-repeat;
	background-position:center;
	height:140px;
	margin-bottom:20px;
	text-align:center;
	padding-top:1px;
	font-size:1.6em;
}
}

