
.banner_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	width: 100%;
	align-items: center;
  justify-content: center;
}
.banner_ad {
  flex: 1;
	margin: auto;
}


/*
.banner_box {
}
.banner_ad {
}
*/