@media screen and (max-width: 500px) {
  .park__img{
      display: none;
  }
}