/*Movies Reviews Responsive*/
.tech-height-150p{
    height: 150px!important;
}
.tech-height-150p img{
    /*padding: 25px 0px;*/
    border-radius: 5px;
}
.ott_container1{
    margin-top: -186px!important;
}
.box-office-owl-arrows .owl-next, .box-office-owl-arrows .owl-prev{
    top: 25%;
}
.mob-hero-banner-height{
    background: #333;
}
.heig-180{
    height: 180px;
    overflow: hidden;
}
/*Cast and Crew*/
/*.cast-crew-container.fading:after {
    content: '';
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
    will-change: opacity;
    pointer-events: none;
}
.cast-crew-container.fading.is-fading:after {
    transition: linear 0.3s;
    opacity: 1;
}*/
.cast-crew-container ol.people.people-scroller::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}
.cast-crew-container ol.people.people-scroller::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #dbdbdb;
}
.people-scroller{
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 10px;
}
.cast-crew-container ol{
    padding: 0px!important;
}
ol.people {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
}
.cast-crew-container ol.people li {
    min-width: 140px;
    width: 140px;
    background-color: #fff;
    margin-right: 10px;
}
.cast-crew-container ol.people li.people-card {
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin-left: 10px;*/
    margin-right: 10px;
    border: 1px solid #e3e3e3;
    padding-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}
.cast-crew-container ol.people li.people-card:hover{
    color: #000!important;
}
/*.cast-crew-container ol.people li p{

}*/
.cast-crew-container ol.people li .people-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    max-height: 4rem;
    font-weight: 600;
    color: #000;
    padding: 0 10px;
}
.cast-crew-container ol.people li p {
    padding: 0 10px;
    margin: 0px;
}
.cast-crew-container ol.people li a+p {
    padding-top: 10px;
}
ol.people li p.cast-role {
    font-size: 0.9em;
}
.people-card img{
    object-fit: contain;
}
.gallery-widget-title h3 a{
    font-size: 14px;
    color: #101010;
    display: -webkit-box;
    height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
   line-height: 1.5rem;
   font-weight: 400;
   margin-top: 10px;
}
@media screen and (max-width:575px){
    .mob-mg-t-24px{
        margin-top: 24px!important;
    }
    .mob-font-10{
        font-size: 10px!important;
    }
    .ott_container1 {
      margin-top: -203px!important;
    }
}