@media only screen and (max-width: 1120px) {
     #border{
	 	width: 720px;
	 }
}
@media only screen and (max-width: 710px) {
     #border{
	 	width: 330px;
	 }
}
