@media screen and (max-width: 767px) {
  .artist_list a {
    width: 33.33%;
  }

  .artists_filter {
  }

  .mob_3_col .vc_grid-item {
    float: left !important;
    width: 33.33%;
  }
}

@media screen and (max-width: 600px) {
  .artists_filter {
    flex-direction: column;
  }

  .artists_filter input {
    padding: 10px 15px;
    margin-top: -1px;
  }

  .artists_filter select {
    margin-top: -1px;
  }
}
