.content-frame {
  padding: 0px 10px;
}
.content-frame .content {
  max-width: 1600px;
  margin: 0px auto;
}
.content-frame .content .content-table {
  display: table;
  width: 100%;
}
.content-frame .content .content-table .artists-column .artist-platform {
  margin-bottom: 20px;
}
.content-frame .content .content-table .artists-column .artist-platform .cover,
.content-frame .content .content-table .artists-column .artist-platform .artist-detail {
  display: inline-block;
  vertical-align: top;
}
.content-frame .content .content-table .artists-column .artist-platform .cover {
  width: 640px;
  height: 610px;
  margin-right: 25px;
}
.content-frame .content .content-table .artists-column .artist-platform .cover .img {
  background-color: #e8e8e8;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 610px;
}
.content-frame .content .content-table .artists-column .artist-platform .artist-detail p {
  padding: 0px;
  margin: 0px;
}
.content-frame .content .content-table .artists-column .artist-platform .artist-detail p span {
  font-weight: 500;
}
.content-frame .content .content-table .artists-column .artist-platform .artist-detail .header {
  margin-bottom: 30px;
}
.content-frame .content .content-table .artists-column .artist-platform .artist-detail .header .artist {
  font-size: 38px;
}
.content-frame .content .content-table .artists-column .artist-platform .artist-detail .header .genre {
  font-size: 26px;
  margin-top: -10px;
}
.content-frame .content .content-table .artists-column .artist-platform .artist-detail .info {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 30px;
}
.content-frame .content .content-table .artists-column .artist-platform .artist-detail .biography {
  font-size: 22px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 40px;
}
.content-frame .content .content-table .artists-column .artist-platform .artist-detail .author {
  font-size: 22px;
  font-weight: 500;
}
.content-frame .content .content-table .artists-column .artist-header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.content-frame .content .content-table .artists-column .no-results {
  margin-bottom: 10px;
}

/* Extra micro devices (smallest form phones, from 319px and lower) */
@media (max-width: 319px) {
  .content-frame .content .content-table .artist-column .artist-platform .cover,
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail {
    display: block;
  }
  .content-frame .content .content-table .artist-column .artist-platform .cover {
    width: 100%;
    height: 260px;
    margin: 0px 0px 8px 0px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .cover .img {
    height: 260px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header {
    margin-bottom: 15px;
    margin-top: -8px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header .artist {
    font-size: 28px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header .genre {
    font-size: 22px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .info {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .biography {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .author {
    font-size: 18px;
    font-weight: 500;
  }
}
/* Micro devices (smaller form phones, from 320px to 419px) */
@media (min-width: 320px) and (max-width: 419px) {
  .content-frame .content .content-table .artist-column .artist-platform .cover,
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail {
    display: block;
  }
  .content-frame .content .content-table .artist-column .artist-platform .cover {
    width: 100%;
    height: 320px;
    margin: 0px 0px 8px 0px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .cover .img {
    height: 320px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header {
    margin-bottom: 15px;
    margin-top: -8px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header .artist {
    font-size: 32px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header .genre {
    font-size: 22px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .info {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .biography {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .author {
    font-size: 18px;
    font-weight: 500;
  }
}
/* Extra small devices (portrait phones, from 420px to 575px) */
@media (min-width: 420px) and (max-width: 575px) {
  .content-frame .content .content-table .artist-column .artist-platform .cover,
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail {
    display: block;
  }
  .content-frame .content .content-table .artist-column .artist-platform .cover {
    width: 100%;
    height: 440px;
    margin: 0px 0px 8px 0px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .cover .img {
    height: 440px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header {
    margin-bottom: 15px;
    margin-top: -8px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header .artist {
    font-size: 32px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header .genre {
    font-size: 22px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .info {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .biography {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .author {
    font-size: 18px;
    font-weight: 500;
  }
}
/* Small devices (landscape phones, from 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .content-frame .content .content-table .artist-column .artist-platform .cover,
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail {
    display: block;
  }
  .content-frame .content .content-table .artist-column .artist-platform .cover {
    width: 100%;
    height: 550px;
    margin: 0px 0px 8px 0px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .cover .img {
    height: 550px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header {
    margin-bottom: 15px;
    margin-top: -8px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header .artist {
    font-size: 32px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header .genre {
    font-size: 22px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .info {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .biography {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .author {
    font-size: 18px;
    font-weight: 500;
  }
}
/* Medium devices (tablets, from 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .content-frame .content .content-table .artist-column .artist-platform .cover {
    width: 360px;
    height: 345px;
    margin-right: 15px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .cover .img {
    height: 345px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header {
    margin-bottom: 15px;
    margin-top: -8px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header .artist {
    font-size: 32px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header .genre {
    font-size: 22px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .info {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .biography {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .author {
    font-size: 18px;
    font-weight: 500;
  }
}
/* Large devices (tablets, from 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .content-frame .content .content-table .artist-column .artist-platform .cover {
    width: 480px;
    height: 457px;
    margin-right: 15px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .cover .img {
    height: 457px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header {
    margin-bottom: 15px;
    margin-top: -8px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header .artist {
    font-size: 32px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .header .genre {
    font-size: 22px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .info {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .biography {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .artist-detail .author {
    font-size: 18px;
    font-weight: 500;
  }
}
/* Large devices (tablets, from 1200px to 1350px) */
@media (min-width: 1200px) and (max-width: 1350px) {
  .content-frame .content .content-table .artist-column .artist-platform .cover {
    width: 580px;
    height: 552px;
  }
  .content-frame .content .content-table .artist-column .artist-platform .cover .img {
    height: 552px;
  }
}
