@media screen and (max-width: 768px) {
	.base01{
    width: 100%!important;
	}
	.base02{
    width: 95%!important;
		margin:0 auto!important;
	}
}