.artists-table {
  overflow: auto;
}
.artists-table .artist {
  width: 23.9%;
  margin: 0% 1% 1% 0%;
  display: inline-block;
  vertical-align: top;
}
.artists-table .artist:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.artists-table .artist .badge {
  background-color: #b9b9b9;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 240px;
  border: 1px solid #7a7a7a;
  border-radius: 0px;
  display: block;
}
.artists-table .artist .name,
.artists-table .artist .location {
  color: #4287f5;
}
.artists-table .artist .name {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.artists-table .artist .name:hover {
  text-decoration: underline;
}
.artists-table .artist .name_hip-hop,
.artists-table .artist .location_hip-hop,
.artists-table .artist .more_hip-hop {
  color: #88904b;
}
.artists-table .artist .name_rnb,
.artists-table .artist .location_rnb,
.artists-table .artist .more_rnb {
  color: #8a1e1d;
}
.artists-table .artist .name_jazz,
.artists-table .artist .location_jazz,
.artists-table .artist .more_jazz {
  color: #7e3980;
}
.artists-table .artist .name_electronic,
.artists-table .artist .location_electronic,
.artists-table .artist .more_electronic {
  color: #02637b;
}
.artists-table .artist .name_rock,
.artists-table .artist .location_rock,
.artists-table .artist .more_rock {
  color: #676767;
}
.artists-table .artist .location {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: -5px 0px 5px;
}
.artists-table .artist .blurb {
  margin-top: -2px;
}
.artists-table .artist .blurb .more:hover {
  color: #e8b20e;
}
.artists-table .artist .blurb .more_hip-hop:hover {
  color: #c9d18c;
}
.artists-table .artist .blurb .more_rnb:hover {
  color: #e6bea1;
}
.artists-table .artist .blurb .more_jazz:hover {
  color: #d1a6eb;
}
.artists-table .artist .blurb .more_electronic:hover {
  color: #5abed6;
}
.artists-table .artist .blurb .more_rock:hover {
  color: #c6c6c6;
}

/* Extra micro devices (smallest form phones, from 319px and lower) */
@media (max-width: 319px) {
  .artists-table .artist {
    width: 100%;
    margin: 0% 0% 4% 0%;
  }
  .artists-table .artist:nth-child(4n) {
    margin-right: 0%;
  }
  .artists-table .artist .badge {
    height: 240px;
  }
  .artists-table .artist .name {
    font-size: 17px;
  }
  .artists-table .artist .blurb {
    font-size: 15px;
  }
}
/* Micro devices (smaller form phones, from 320px to 419px) */
@media (min-width: 320px) and (max-width: 419px) {
  .artists-table .artist {
    width: 100%;
    margin: 0% 0% 4% 0%;
  }
  .artists-table .artist:nth-child(4n) {
    margin-right: 0%;
  }
  .artists-table .artist .badge {
    height: 240px;
  }
  .artists-table .artist .name {
    font-size: 17px;
  }
  .artists-table .artist .blurb {
    font-size: 15px;
  }
}
/* Extra small devices (portrait phones, from 420px to 576px) */
@media (min-width: 420px) and (max-width: 575px) {
  .artists-table .artist {
    width: 48.888%;
  }
  .artists-table .artist:nth-child(4n) {
    margin-right: 1%;
  }
  .artists-table .artist:nth-child(2n) {
    margin-right: 0%;
  }
  .artists-table .artist:nth-child(-n+2) {
    margin-bottom: 2%;
  }
  .artists-table .artist .badge {
    height: 180px;
  }
  .artists-table .artist .name {
    font-size: 17px;
  }
  .artists-table .artist .blurb {
    font-size: 15px;
  }
}
/* Small devices (landscape phones, from 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .artists-table .artist {
    width: 49.111%;
  }
  .artists-table .artist:nth-child(4n) {
    margin-right: 1%;
  }
  .artists-table .artist:nth-child(2n) {
    margin-right: 0%;
  }
  .artists-table .artist:nth-child(-n+2) {
    margin-bottom: 2%;
  }
  .artists-table .artist .badge {
    height: 240px;
  }
}
/* Medium devices (tablets, from 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .artists-table .artist {
    width: 23.811%;
  }
  .artists-table .artist .badge {
    height: 180px;
  }
}
/* Large devices (tablets, from 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .artists-table .artist {
    width: 23.811%;
  }
  .artists-table .artist .badge {
    height: 160px;
  }
}
/* Large devices (tablets, from 992px to 1199px) */
@media (min-width: 1200px) and (max-width: 1350px) {
  .artists-table .artist {
    width: 23.811%;
  }
  .artists-table .artist .badge {
    height: 160px;
  }
  .artists-table .artist .name {
    font-size: 16px;
  }
  .artists-table .artist .location,
  .artists-table .artist .blurb {
    font-size: 15px;
  }
}
/* Large devices (tablets, from 992px to 1199px) */
@media (min-width: 1351px) and (max-width: 1600px) {
  .artists-table .artist {
    width: 23.811%;
  }
  .artists-table .artist .badge {
    height: 200px;
  }
}
