.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 .djs-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 .djs-column {
  padding: 10px;
}
.content-frame .content .content-table .djs-column .breadcrumb-menu-frame {
  margin-bottom: 5px;
}
.content-frame .content .content-table .djs-column .breadcrumb-menu-frame .breadcrumb-menu {
  margin-top: -5px;
}
.content-frame .content .content-table .djs-column .breadcrumb-menu-frame .breadcrumb-menu li {
  display: inline-block;
}
.content-frame .content .content-table .djs-column .breadcrumb-menu-frame .breadcrumb-menu li a {
  color: #4287f5;
}
.content-frame .content .content-table .djs-column .breadcrumb-menu-frame .breadcrumb-menu li .divider {
  margin: 0px 5px;
}
.content-frame .content .content-table .djs-column .djs-slider .carousel {
  margin-bottom: 10px;
}
.content-frame .content .content-table .djs-column .djs-slider .carousel .carousel-inner .carousel-item {
  background-size: cover;
  background-position: center center;
  height: 360px;
}
.content-frame .content .content-table .djs-column .djs-slider .carousel .carousel-inner .carousel-item .carousel-caption h5, .content-frame .content .content-table .djs-column .djs-slider .carousel .carousel-inner .carousel-item .carousel-caption p {
  text-shadow: 1px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 0px;
}
.content-frame .content .content-table .djs-column .no-shows {
  font-size: 32px;
  margin-top: 25px;
}
.content-frame .content .content-table .djs-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 .djs-column .djs-frame {
  margin-bottom: 10px;
}
.content-frame .content .content-table .djs-column .djs-frame .djs .dj {
  background-size: cover;
  background-position: center center;
  width: 23.5%;
  height: 130px;
  margin: 0% 1.5% 1.5% 0%;
  display: inline-block;
}
.content-frame .content .content-table .djs-column .djs-frame .djs .dj:nth-child(4n) {
  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 .djs-column,
.content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .djs-column .djs-slider .carousel .carousel-inner .carousel-item {
    height: 140px;
  }
  .content-frame .content .content-table .djs-column .djs-frame:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj {
    width: 100%;
    margin-right: 0%;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj:nth-child(4n) {
    margin-right: 0%;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
}
/* Micro devices (smaller form phones, from 320px to 419px) */
@media (min-width: 320px) and (max-width: 419px) {
  .content-frame .content .content-table .djs-column,
.content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .djs-column .shows-slider .carousel .carousel-inner .carousel-item {
    height: 180px;
  }
  .content-frame .content .content-table .djs-column .djs-frame:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj {
    width: 100%;
    margin-right: 0%;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj:nth-child(4n) {
    margin-right: 0%;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
}
/* Extra small devices (portrait phones, from 420px to 576px) */
@media (min-width: 420px) and (max-width: 575px) {
  .content-frame .content .content-table .djs-column,
.content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .djs-column .djs-slider .carousel .carousel-inner .carousel-item {
    height: 220px;
  }
  .content-frame .content .content-table .djs-column .djs-frame:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj {
    width: 48.666%;
    height: 100px;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj:nth-child(4n) {
    margin-right: 1.5%;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj:nth-child(2n) {
    margin-right: 0%;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
}
/* Small devices (landscape phones, from 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .content-frame .content .content-table .djs-column,
.content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .djs-column .djs-slider .carousel .carousel-inner .carousel-item {
    height: 280px;
  }
  .content-frame .content .content-table .djs-column .djs-frame:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj {
    width: 48.855%;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj:nth-child(4n) {
    margin-right: 1.5%;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj:nth-child(2n) {
    margin-right: 0%;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
}
/* Medium devices (tablets, from 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .content-frame .content .content-table .djs-column,
.content-frame .content .content-table .top-music-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .djs-column .djs-slider .carousel .carousel-inner .carousel-item {
    height: 280px;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj {
    width: 31.844%;
    height: 100px;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj:nth-child(4n) {
    margin-right: 1.5%;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj:nth-child(3n) {
    margin-right: 0%;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
}
/* Large devices (tablets, from 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .content-frame .content .content-table .djs-column .djs-slider .carousel .carousel-inner .carousel-item {
    height: 280px;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj {
    width: 31.844%;
    height: 100px;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj:nth-child(4n) {
    margin-right: 1.5%;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj:nth-child(3n) {
    margin-right: 0%;
  }
  .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 .djs-column .djs-slider .carousel .carousel-inner .carousel-item {
    height: 320px;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj {
    width: 31.844%;
    height: 100px;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj:nth-child(4n) {
    margin-right: 1.5%;
  }
  .content-frame .content .content-table .djs-column .djs-frame .djs .dj:nth-child(3n) {
    margin-right: 0%;
  }
}
