@charset "utf-8";

.wordpress-box img{
  display: block;
  width: auto;
  max-width: 900px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 900px) {
  .wordpress-box img{
      max-width: 100%;
  }

}