@media only screen and (max-width: 900px) {
	.intro-page { margin-top: 30px; }
  .location1 { margin-right: 0; }
  .location1, .location2 { display: block !important; margin: 0 auto; }
  body {  background-color: #01425b; }

}
@media only screen and (max-width: 425px) {
		img { width: 100%; }
		.circle { background: #5410b4 !important; height: auto; padding: 10px 0px 20px 0px; border-radius: 50px; border: 1px solid #fff;}
		.location2 .circle { background: #0daa00 !important; }
		.contents { margin: 20px; padding: 0px;}
		.location2 { margin-top: 50px; }
	}

