/* CM dark grey */
/* CM grey */
/* CM light grey 1 */
.collection .section-title {
  float: left;
  font-family: Matterhorn-Bold, Georgia, "Times New Roman", Times, serif;
  color: #000;
  font-size: 24px;
}
.collection .more-link {
  float: right;
  font-size: 20px;
  color: #0b85d2;
}
.collection .section-header {
  height: 40px;
}
.collection .collection-title {
  padding-left: 15px;
}
.collection .back-to-collection {
  padding-left: 15px;
}
.collection .empty-collection {
  padding: 60px 0;
}
.collection .empty-collection .image-section {
  text-align: center;
}
.collection .empty-collection .text-section {
  text-align: center;
}
.collection .empty-collection .body {
  font-size: 22px;
  text-align: center;
}
.collection .empty-collection .title {
  font-size: 30px;
  color: #f62f38;
}
.collection .empty-collection .connect-acct {
  margin-top: 20px;
  text-align: center;
}

/* CM dark grey */
/* CM grey */
/* CM light grey 1 */
.movie:focus,
.movie:hover {
  text-decoration: none;
}
.movie-image img {
  -moz-box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.23);
  height: 292px;
}
.movie:hover .movie-image img {
  -moz-box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.35);
  opacity: 0.75;
}
.slider .movie-image {
  background-color: #1b1c1e;
}
.movie-title {
  color: #636363;
  display: block;
  font-size: 15px;
  line-height: 15px;
  padding: 10px 0 3px;
}

.movie-player-dialog {
  overflow: hidden;
}
.movie-player-dialog .ngdialog-content {
  height: 100vh;
  width: 100vw;
}

/* CM dark grey */
/* CM grey */
/* CM light grey 1 */
.video-image {
  position: relative;
  width: 200px;
}
.video-image img {
  width: 200px;
}
.slider .video-image {
  width: 316px;
}
.slider .video-image img {
  width: 316px;
}
.video-title {
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 15px;
  padding: 10px 0 3px;
  width: 200px;
}
@media (min-width: 992px) {
  .video-image {
    width: 350px;
  }
  .video-image img {
    width: 350px;
  }
  .slider .video-image {
    width: 316px;
  }
  .slider .video-image img {
    width: 350px;
  }
  .video-title {
    width: 330px;
  }
}
