.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 .shows-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 .show-column {
  padding: 10px;
}
.content-frame .content .content-table .show-column .breadcrumb-menu-frame {
  margin-bottom: 5px;
}
.content-frame .content .content-table .show-column .breadcrumb-menu-frame .breadcrumb-menu {
  margin-top: -5px;
}
.content-frame .content .content-table .show-column .breadcrumb-menu-frame .breadcrumb-menu li {
  display: inline-block;
}
.content-frame .content .content-table .show-column .breadcrumb-menu-frame .breadcrumb-menu li a {
  color: #4287f5;
}
.content-frame .content .content-table .show-column .breadcrumb-menu-frame .breadcrumb-menu li .divider {
  margin: 0px 5px;
}
.content-frame .content .content-table .show-column .show-platform .banner {
  width: 100%;
  padding: 0px;
}
.content-frame .content .content-table .show-column .show-platform .banner .img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 360px;
  margin-bottom: 10px;
}
.content-frame .content .content-table .show-column .show-platform .detail {
  margin: -8px 0px 40px;
}
.content-frame .content .content-table .show-column .show-platform .detail .name {
  font-size: 32px;
}
.content-frame .content .content-table .show-column .show-platform .detail .genre {
  color: #4287f5;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
}
.content-frame .content .content-table .show-column .show-platform .detail .dj {
  font-size: 20px;
  margin-bottom: 40px;
}
.content-frame .content .content-table .show-column .show-platform .detail .dj a {
  color: #e8b20e;
}
.content-frame .content .content-table .show-column .show-platform .detail .description {
  font-size: 18px;
  line-height: 32px;
}
.content-frame .content .content-table .show-column .show-content-frame .show-content-header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.content-frame .content .content-table .show-column .show-content-frame .show-content .content {
  background-color: #b9b9b9;
  background-size: cover;
  background-position: center center;
  width: 32%;
  height: 180px;
  display: inline-block;
  margin: 0% 1.5% 1.5% 0%;
}
.content-frame .content .content-table .show-column .show-content-frame .show-content .content:nth-child(3n) {
  margin-right: 0%;
}
.content-frame .content .content-table .show-column .show-content-frame .dj-content .content {
  position: relative;
}
.content-frame .content .content-table .show-column .show-content-frame .dj-content .content .label {
  background-color: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding: 8px 0px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.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 .shows-column,
  .content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .show-column .show-platform .banner,
  .content-frame .content .content-table .show-column .show-platform .detail {
    width: 100%;
  }
  .content-frame .content .content-table .show-column .show-platform .banner {
    margin-bottom: 5px;
  }
  .content-frame .content .content-table .show-column .show-platform .banner .img {
    height: 150px;
  }
  .content-frame .content .content-table .show-column .show-platform .detail .name {
    font-size: 28px;
  }
  .content-frame .content .content-table .show-column .show-content-frame .show-content .content {
    display: block;
    width: 100%;
    height: 160px;
    margin-right: 0%;
    margin-bottom: 10px;
  }
  .content-frame .content .content-table .show-column .show-content-frame .show-content .content:nth-child(3n) {
    margin-right: 0%;
  }
  .content-frame .content .content-table .show-column .show-content-frame .show-content .show {
    height: 120px !important;
  }
}
/* 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 .shows-column,
  .content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .show-column .show-platform .banner,
  .content-frame .content .content-table .show-column .show-platform .detail {
    width: 100%;
  }
  .content-frame .content .content-table .show-column .show-platform .banner {
    margin-bottom: 5px;
  }
  .content-frame .content .content-table .show-column .show-platform .banner .img {
    height: 180px;
  }
  .content-frame .content .content-table .show-column .show-content-frame .show-content .content {
    display: block;
    width: 100%;
    height: 160px;
    margin-right: 0%;
    margin-bottom: 10px;
  }
  .content-frame .content .content-table .show-column .show-content-frame .show-content .content: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 .shows-column,
  .content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .show-column .show-platform .banner,
  .content-frame .content .content-table .show-column .show-platform .detail {
    width: 100%;
  }
  .content-frame .content .content-table .show-column .show-platform .banner {
    margin-bottom: 5px;
  }
  .content-frame .content .content-table .show-column .show-platform .banner .img {
    height: 220px;
  }
  .content-frame .content .content-table .show-column .show-content-frame .show-content .content {
    width: 48.58%;
    height: 160px;
  }
  .content-frame .content .content-table .show-column .show-content-frame .show-content .content:nth-child(3n) {
    margin-right: 1.5%;
  }
  .content-frame .content .content-table .show-column .show-content-frame .show-content .content:nth-child(2n) {
    margin-right: 0%;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .shows-column,
  .content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .show-column .show-platform .banner,
  .content-frame .content .content-table .show-column .show-platform .detail {
    width: 100%;
  }
  .content-frame .content .content-table .show-column .show-platform .banner {
    margin-bottom: 5px;
  }
  .content-frame .content .content-table .show-column .show-platform .banner .img {
    height: 280px;
  }
  .content-frame .content .content-table .show-column .show-content-frame .show-content .content {
    width: 31.81%;
    height: 160px;
  }
}
/* 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 .shows-column,
  .content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .show-column .show-platform .banner,
  .content-frame .content .content-table .show-column .show-platform .detail {
    width: 100%;
  }
  .content-frame .content .content-table .show-column .show-platform .banner .img {
    height: 320px;
  }
  .content-frame .content .content-table .show-column .show-content-frame .show-content .content {
    width: 31.83%;
    height: 160px;
  }
}
/* Large devices (tablets, from 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .content-frame .content .content-table .shows-column,
  .content-frame .content .content-table .top-music-column-frame {
    vertical-align: top;
    display: table-cell;
  }
  .content-frame .content .content-table .show-column .show-platform .banner .img {
    height: 320px;
  }
  .content-frame .content .content-table .show-column .show-content-frame .show-content .content {
    width: 31.83%;
    height: 160px;
  }
  .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 .shows-column,
  .content-frame .content .content-table .top-music-column-frame {
    vertical-align: top;
    display: table-cell;
  }
  .content-frame .content .content-table .show-column .show-platform .banner .img {
    height: 320px;
  }
  .content-frame .content .content-table .show-column .show-content-frame .show-content .content {
    width: 31.83%;
    height: 160px;
  }
}
/* Jumbo devices (large screens, 1600px and up) */
