@media only screen and (max-width:768px){
	.banner {
	    width: 100%;
	    height: 3rem;
	}
  .w1200 {
	    width: 100%;
	}
}