.reality-tv-shows-banner{
    background-image: url('../images/webp/reality-tv-banner.webp');
	display: flex;
	align-items: center;
}

.container-makeshows {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
}



.video-cover {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vidoe-img {
    margin: 0px;
    position: relative;
    height: 100%;
}

.youtube-videos {
    text-align: center;
    position: absolute;
}

.watch-the-video {
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
}






.casestudylogo {
    width: 234px;
}

.casestudylogo>img {
    width: 100%;
    height: auto;
}


.slick-vertical .slick-slide {
    display: flex;
    align-items: flex-end;
   
  }

/*  Full page Video */
.video-tv {
    background-color: #000000;
    /* padding-bottom: 100px; */
   /* padding-top: 30px;*/
}
.video-section {
    background-image: url(../image/video_reality_tv.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.youtube-videos {
    text-align: center;
    /* position: absolute; */
}
.play-btn {
    color: #fff;
    font-size: 64px;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
}
/* Full page vidoe end */
.mobile-numbers{
    padding-bottom: 80px;
}
 @media screen and (min-width:768px) {
    .container-makeshows>.row {
   
        display: flex;
        align-items: center;
    }
    .blackCaseStudyLeft {
        width: 86%;
       
    }
    
 }




 @media screen and (max-width:1200px) {

 .blackCaseStudyLeft {
    width: 100%;
}
.container-makeshows {
    margin-top: 40px;
    margin-bottom: 40px;
   
}
}


@media screen and (max-width:767px) {
    .reality-tv-shows-banner {
        background-position-x: 62%;
     
    }
    .container-makeshows {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .container-makeshows .heading {
        
        line-height: 1.2;
    }

    .video-cover {
        margin-top: 30px;
    }

    .casestudylogo {
        width: 120px;
    }
  
  .mobile-numbers {
    padding-bottom: 0;
    }
	
}


