body {
  display: none;
}
body.channel-page {
  display: block;
  padding: 25px 0;
}
.nav {
  margin-top: 15px;
}
.playlist-item {
  margin-bottom: 50px;
  min-height: 150px;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .playlist-item {
    min-height: 0;
    margin-bottom: 25px;
  }
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h1 {
  color: #333 !important;
  font-size: 30px;
}
h2 {
  padding: 0 15px;
}
.img-animated {
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.img-animated:hover {
  transform: scale(1.1);
}
iframe {
  margin-bottom: 20px;
}
.modal-body p {
  margin-top: 25px;
}