/*INDEX*/
.banner_m{
	/*position:fixed;
	background-color:#000;*/
    width: 100%;
    bottom: 110px;
    display: none;
}
@media screen and (max-width: 768px) {
  .banner_m{display: block;z-index: 1;margin-bottom: 10px; text-align: center;}
  .banner{display: none;}
}

@media screen and (max-width: 320px) {
  body, html { width: 320px; height:50px;}
}