.content-frame {
  padding: 0px;
}
.content-frame .content {
  max-width: 1600px;
  margin: 0px auto;
}
.content-frame .content .content-table {
  display: table;
  width: 100%;
}
.content-frame .content .content-table .action-side-column-frame,
.content-frame .content .content-table .dj-column,
.content-frame .content .content-table .top-music-column-frame {
  vertical-align: top;
  display: table-cell;
}
.content-frame .content .content-table .action-side-column-frame {
  background-color: #4c4c4c;
  width: 260px;
}
.content-frame .content .content-table .dj-column {
  padding: 10px;
}
.content-frame .content .content-table .dj-column .breadcrumb-menu-frame {
  margin-bottom: 5px;
}
.content-frame .content .content-table .dj-column .breadcrumb-menu-frame .breadcrumb-menu {
  margin-top: -5px;
}
.content-frame .content .content-table .dj-column .breadcrumb-menu-frame .breadcrumb-menu li {
  display: inline-block;
}
.content-frame .content .content-table .dj-column .breadcrumb-menu-frame .breadcrumb-menu li a {
  color: #4287f5;
}
.content-frame .content .content-table .dj-column .breadcrumb-menu-frame .breadcrumb-menu li .divider {
  margin: 0px 5px;
}
.content-frame .content .content-table .dj-column .dj-platform .banner {
  width: 100%;
  padding: 0px;
}
.content-frame .content .content-table .dj-column .dj-platform .banner .img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 360px;
  margin-bottom: 10px;
}
.content-frame .content .content-table .dj-column .dj-platform .detail {
  margin: -8px 0px 40px;
}
.content-frame .content .content-table .dj-column .dj-platform .detail .name {
  font-size: 42px;
}
.content-frame .content .content-table .dj-column .dj-platform .detail .genre {
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 40px;
}
.content-frame .content .content-table .dj-column .dj-platform .detail .genre a {
  color: #4287f5;
  font-weight: 500;
}
.content-frame .content .content-table .dj-column .dj-platform .detail .description {
  font-size: 18px;
  line-height: 32px;
}
.content-frame .content .content-table .dj-column .dj-header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.content-frame .content .content-table .dj-column .platform-frame .platforms .platform {
  background-size: cover;
  background-position: center center;
  width: 49%;
  font-size: 30px;
  line-height: 40px;
  text-decoration: none;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  margin: 0% 1% 1.5% 0%;
}
.content-frame .content .content-table .dj-column .platform-frame .platforms .platform:nth-child(2n) {
  margin-right: 0%;
}
.content-frame .content .content-table .dj-column .platform-frame .platforms .platform .icon, .content-frame .content .content-table .dj-column .platform-frame .platforms .platform .label {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.content-frame .content .content-table .dj-column .platform-frame .platforms .platform .icon {
  margin-right: 10px;
}
.content-frame .content .content-table .dj-column .platform-frame .platforms .platform .label {
  text-transform: uppercase;
}
.content-frame .content .content-table .dj-column .platform-frame .platforms .twitter {
  background-color: #1da1f2;
}
.content-frame .content .content-table .dj-column .platform-frame .platforms .facebook {
  background-color: #3b5998;
}
.content-frame .content .content-table .dj-column .platform-frame .platforms .website {
  background-color: #aab8c2;
}
.content-frame .content .content-table .dj-column .platform-frame .platforms .instagram {
  background-color: #833ab4;
}
.content-frame .content .content-table .dj-column .platform-frame .platforms .soundcloud {
  background-color: #ff8800;
}
.content-frame .content .content-table .dj-column .shows-frame .shows .show {
  background-size: cover;
  background-position: center center;
  width: 32%;
  height: 180px;
  display: inline-block;
  margin: 0% 1.5% 1% 0%;
}
.content-frame .content .content-table .dj-column .shows-frame .shows .show:nth-child(3n) {
  margin-right: 0%;
}
.content-frame .content .content-table .top-music-column-frame {
  background-color: #e8e8e8;
  width: 320px;
}

/* Extra micro devices (smallest form phones, from 319px and lower) */
@media (max-width: 319px) {
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .dj-column,
  .content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .dj-column .dj-platform .banner,
  .content-frame .content .content-table .dj-column .dj-platform .detail {
    width: 100%;
  }
  .content-frame .content .content-table .dj-column .dj-platform .banner {
    margin-bottom: 5px;
  }
  .content-frame .content .content-table .dj-column .dj-platform .banner .img {
    height: 150px;
  }
  .content-frame .content .content-table .dj-column .dj-platform .detail .name {
    font-size: 28px;
  }
  .content-frame .content .content-table .dj-column .dj-platform .detail .genre {
    font-size: 20px;
    line-height: 24px;
  }
  .content-frame .content .content-table .dj-column .dj-platform .detail .genre span {
    display: block;
  }
  .content-frame .content .content-table .dj-column .platform-frame .platforms .platform {
    width: 100%;
    font-size: 25px;
    line-height: 40px;
    display: block;
    margin: 0% 0% 4% 0%;
  }
  .content-frame .content .content-table .dj-column .platform-frame .platforms .platform:nth-child(2n) {
    margin-right: 0%;
  }
  .content-frame .content .content-table .dj-column .platform-frame .platforms .platform .icon, .content-frame .content .content-table .dj-column .platform-frame .platforms .platform .label {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
  }
  .content-frame .content .content-table .dj-column .shows-frame .shows .show {
    display: block;
    width: 100%;
    height: 140px;
    margin-right: 0%;
    margin-bottom: 10px;
  }
  .content-frame .content .content-table .dj-column .shows-frame .shows .show:nth-child(3n) {
    margin-right: 0%;
  }
}
/* Micro devices (smaller form phones, from 320px to 419px) */
@media (min-width: 320px) and (max-width: 419px) {
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .dj-column,
  .content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .dj-column .dj-platform .banner,
  .content-frame .content .content-table .dj-column .dj-platform .detail {
    width: 100%;
  }
  .content-frame .content .content-table .dj-column .dj-platform .banner {
    margin-bottom: 5px;
  }
  .content-frame .content .content-table .dj-column .dj-platform .banner .img {
    height: 180px;
  }
  .content-frame .content .content-table .dj-column .dj-platform .detail .name {
    font-size: 28px;
  }
  .content-frame .content .content-table .dj-column .dj-platform .detail .genre {
    font-size: 20px;
    line-height: 24px;
  }
  .content-frame .content .content-table .dj-column .dj-platform .detail .genre span {
    display: block;
  }
  .content-frame .content .content-table .dj-column .platform-frame .platforms .platform {
    width: 100%;
    font-size: 25px;
    line-height: 40px;
    display: block;
    margin: 0% 0% 3% 0%;
  }
  .content-frame .content .content-table .dj-column .platform-frame .platforms .platform:nth-child(2n) {
    margin-right: 0%;
  }
  .content-frame .content .content-table .dj-column .platform-frame .platforms .platform .icon, .content-frame .content .content-table .dj-column .platform-frame .platforms .platform .label {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
  }
  .content-frame .content .content-table .dj-column .shows-frame .shows .show {
    display: block;
    width: 100%;
    height: 160px;
    margin-right: 0%;
    margin-bottom: 10px;
  }
  .content-frame .content .content-table .dj-column .shows-frame .shows .show:nth-child(3n) {
    margin-right: 0%;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 420px) and (max-width: 575px) {
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .dj-column,
  .content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .dj-column .dj-platform .banner,
  .content-frame .content .content-table .dj-column .dj-platform .detail {
    width: 100%;
  }
  .content-frame .content .content-table .dj-column .dj-platform .banner {
    margin-bottom: 5px;
  }
  .content-frame .content .content-table .dj-column .dj-platform .banner .img {
    height: 220px;
  }
  .content-frame .content .content-table .dj-column .platform-frame .platforms .platform {
    width: 100%;
    font-size: 25px;
    line-height: 40px;
    display: block;
    margin: 0% 0% 2% 0%;
  }
  .content-frame .content .content-table .dj-column .platform-frame .platforms .platform:nth-child(2n) {
    margin-right: 0%;
  }
  .content-frame .content .content-table .dj-column .platform-frame .platforms .platform .icon, .content-frame .content .content-table .dj-column .platform-frame .platforms .platform .label {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
  }
  .content-frame .content .content-table .dj-column .shows-frame .shows .show {
    display: block;
    width: 100%;
    height: 140px;
    margin-right: 0%;
    margin-bottom: 10px;
  }
  .content-frame .content .content-table .dj-column .shows-frame .shows .show:nth-child(3n) {
    margin-right: 0%;
  }
}
/* Small devices (landscape phones, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .dj-column,
  .content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .dj-column .dj-platform .banner,
  .content-frame .content .content-table .dj-column .dj-platform .detail {
    width: 100%;
  }
  .content-frame .content .content-table .dj-column .dj-platform .banner {
    margin-bottom: 5px;
  }
  .content-frame .content .content-table .dj-column .dj-platform .banner .img {
    height: 280px;
  }
  .content-frame .content .content-table .dj-column .platform-frame .platforms .platform {
    width: 49%;
    font-size: 25px;
    line-height: 40px;
    text-decoration: none;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 0% 1% 1.5% 0%;
  }
  .content-frame .content .content-table .dj-column .platform-frame .platforms .platform:nth-child(2n) {
    margin-right: 0%;
  }
  .content-frame .content .content-table .dj-column .platform-frame .platforms .platform .icon, .content-frame .content .content-table .dj-column .platform-frame .platforms .platform .label {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
  }
  .content-frame .content .content-table .dj-column .shows-frame .shows .show {
    width: 48.7888%;
    height: 140px;
    margin-bottom: 10px;
  }
  .content-frame .content .content-table .dj-column .shows-frame .shows .show:nth-child(3n) {
    margin-right: 1%;
  }
  .content-frame .content .content-table .dj-column .shows-frame .shows .show:nth-child(2n) {
    margin-right: 0%;
  }
}
/* Medium devices (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .dj-column,
  .content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .dj-column .show-platform .banner,
  .content-frame .content .content-table .dj-column .show-platform .detail {
    width: 100%;
  }
  .content-frame .content .content-table .dj-column .show-platform .banner .img {
    height: 320px;
  }
  .content-frame .content .content-table .dj-column .shows-frame .shows .show {
    width: 31.888%;
    height: 140px;
  }
}
/* Large devices (tablets, from 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .content-frame .content .content-table .dj-column,
  .content-frame .content .content-table .top-music-column-frame {
    vertical-align: top;
    display: table-cell;
  }
  .content-frame .content .content-table .dj-column .show-platform .banner .img {
    height: 320px;
  }
  .content-frame .content .content-table .dj-column .shows-frame .shows .show {
    width: 31.888%;
    height: 120px;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
}
/* Extra Large devices (large screens, 1200px to 1599px) */
@media (min-width: 1200px) and (max-width: 1599px) {
  .content-frame .content .content-table .dj-column,
  .content-frame .content .content-table .top-music-column-frame {
    vertical-align: top;
    display: table-cell;
  }
  .content-frame .content .content-table .dj-column .show-platform .banner .img {
    height: 320px;
  }
  .content-frame .content .content-table .dj-column .shows-frame .shows .show {
    width: 48.7888%;
    height: 140px;
    margin-bottom: 10px;
  }
  .content-frame .content .content-table .dj-column .shows-frame .shows .show:nth-child(3n) {
    margin-right: 1%;
  }
  .content-frame .content .content-table .dj-column .shows-frame .shows .show:nth-child(2n) {
    margin-right: 0%;
  }
}
/* Jumbo devices (large screens, 1600px and up) */
