.tv-shows-sliders {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px);
}

.tv-shows-sliders .tv-show__link h3 {
    color: #FFFFFF;
}

.tv-shows-sliders .tv-show__meta {
  font-size: 14px;
  margin-bottom: 15px;
  color: #FFFFFF;
  font-family: "Montserrat", "Open Sans", sans-serif; }
  .tv-shows-sliders .tv-show__meta a {
    color: #FFFFFF; }
  .tv-shows-sliders .tv-show__meta span + span:before {
    content: '|';
    padding: 0 10px; }
  .tv-shows-sliders .tv-show__meta--release-year {
    color: #FFFFFF; }

.slick-dots{
  background-color: #131722;
}

.tv-show__poster .tv-show__link,
.tv-show__poster .video__link,
.tv-show__poster .episode__link,
.video__poster .tv-show__link,
.video__poster .video__link,
.video__poster .episode__link,
.episode__poster .tv-show__link,
.episode__poster .video__link, {
  padding: 130% 0 0 0;
  }

.poster__custom a{
  padding: 130% 0 0 0 !important; 
}

.home-section {
  background-color: #131722;
}

.home-section .section-title{
  color: #673a8c;
}

.espia-imagem{
    display: flex !important;
    justify-content: center !important;
}


.tv-shows-sliders .container,.tv-shows-sliders .single-featured-tv_show,.tv-shows-sliders .single-featured-tv_show__inner {
    height: 120% !important;
}

@media (max-width: 767px){
.tv-shows-sliders__inner .slick-list{
	height: 510px !important;
}

.tv-shows-sliders .container,.tv-shows-sliders .single-featured-tv_show,.tv-shows-sliders .single-featured-tv_show__inner {
    height: 115% !important;
}
.single-featured-tv_show__inner{
	margin: 45px;
}
}