@charset "utf-8";
/* CSS Document */

.box {
  display:inline-block;
  width:95%;
  text-align:center;
}
img {
    display: inline-block;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 5%;
}

@media only screen and (max-width: 767px) {
    img {
        width:100%;
    }
}