@media screen and (min-width: 0px) and (max-width: 767px) {
	/*#center2 {
		display: none;
	}*/
	#center2 {
		top: 80%;
    left: 25%;
    width: 50%;
	}
	#bg-border-radius {
		border-radius: 0 0 22% 22%;
	}
}
