.hero_community_img {
    background-image: url("../img/community/community_hero.png");
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 30px;
  }

  @media only screen and (max-width: 600px) {
    .hero_community_img {
      background-image: url("../img/community/community_hero.png");
      background-size: cover;
      height: 200px;
      background-repeat: no-repeat;
      text-align: center;
      padding-top: 30px;
      background-position: center;
    }

  }