body.module-home #entrySlider .carousel-caption {
  color: white;
}
body.module-home #entrySlider .carousel-indicators {
  cursor: pointer;
}
@media (min-width: 1171px) {
  body.module-home #entrySlider .carousel-indicators {
    right: 20% !important;
    top: 20px;
  }
}
body.module-home #entrySlider .carousel-inner {
  overflow: hidden;
}
body.module-home .home__carousel-entry-title {
  font-size: 31.5px;
}
@media (max-width: 767px) {
  body.module-home .home__carousel-entry-title {
    font-size: 17.5px;
  }
}
body.module-home .home__playlist-name-heading {
  padding-bottom: 0;
  margin: 10px 0 10px;
}
@media (max-width: 767px) {
  body.module-home .home__playlist-name-heading {
    font-size: 24.5px;
  }
}
body.module-home .home__playlist-name-heading .icon-angle-right {
  font-size: 1.15em;
  margin-left: 5px;
}
#entrySlider.cardisrightleft .showfullwidth {
  display: none;
}
#entrySlider.cardisrightleft .showminwidth {
  display: block !important;
}
#entrySlider.cardisrightleft .carousel-caption {
  left: 0 !important;
  right: 0 !important;
}
#entrySlider.cardisrightleft .carousel-control {
  display: none !important;
}
#entrySlider.carhiderightleft .showfullwidth {
  display: none;
}
#entrySlider.carhiderightleft .showminwidth {
  display: block !important;
}
#entrySlider.carhiderightleft .carousel-caption {
  left: 0 !important;
  right: 0 !important;
}
#entrySlider.carhiderightleft .featured_wrapper {
  text-align: left;
}
.thumbnail-info__stats {
  margin-left: 28px;
}
.thumbnail-info__stats:first-child {
  margin-left: 0;
}
.thumbnail-info__stat-value {
  font-size: 16px;
  margin-left: 8px;
  font-weight: bold;
  position: relative;
  bottom: 2px;
}
.thumbnail-info__stat-icon {
  font-size: 22px;
  position: relative;
  top: 2px;
}
.module-home li.galleryItem {
  margin-left: 2%;
  float: left;
  position: relative;
}
@media (min-width: 980px) {
  .module-home li.galleryItem {
    width: calc(31.333% - 1px);
  }
}
@media (max-width: 979px) and (min-width: 481px) {
  .module-home li.galleryItem {
    width: calc(48% - 1px);
  }
}
@media (max-width: 480px) {
  .module-home li.galleryItem {
    width: 100%;
  }
}
.module-home li.galleryItem:before {
  display: block;
  content: '';
  padding-top: 56.25%;
}
.module-home li.galleryItem .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.module-home li.galleryItem .thumbnail .buttons-expand {
  display: none !important;
}
.module-home ul.thumbnails {
  margin-left: -2%;
}
