
.pwkids_card_list.section_movie_list{
    margin-top: 50px;
}
.view_all_mv.section_movie_list{
    margin-top: 100px;
}
.pwkids_card_list.series_list{
    margin-top: 30px;
}
.pwkids_card_list .card{
    background: transparent;
    overflow: visible;
}
.pwkids_card_list .card-poster{
    border-radius: .3rem;
    overflow: hidden;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    transition: all 0.3s ease-in-out;
}
.pwkids_card_list .card:hover .card-poster{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    transition: all 0.3s ease-in-out;
}
.pwkids_card_list .card img{
    object-position: center;
    min-height:1px;
    max-height: 100%;
}
.pwkids_card_list .card-body{
    padding:5px 0px;
}
.reviews_view:before,.reviews_view:after{
    content:"";
    display: table;
    clear: both;
}
span.view_cnt,span.star_rev_cnt{
    font-size: 14px;
}
.reviews_view span:last-child{
    float: right
}
.reviews_view span:first-child{
    float: left;
}
span.view_cnt i,span.star_rev_cnt i{
    background: -webkit-linear-gradient(#ff9000,#ff4e3d);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pwkids_card_list .xl_flat_row .card img {
    min-height: 1px;
    max-height: 100%;
}
.view_all_mv .card-body h3{
    font-size: 14px;
}
.view_all_mv .card-body h3 a{
    text-decoration: none;
}
@media (max-width: 1199.98px){
    /* .pwkids_card_list .card img{
        min-height: 185px;
        max-height: 185px;
    } */
    .newrelease_banner_series .slick-slide img {
        min-height: 1px;
        max-height: 100%
    }
}
/* @media (max-width: 991.98px){
    .pwkids_card_list .card img{
        min-height: 212px;
        max-height: 212px;
    }
} */
@media(max-width: 767px){
    .pwkids_card_list.section_movie_list {
        margin-top: 30px;
    }
    .view_all_mv.section_movie_list{
        margin-top: 80px;
    }
    /* body::before{
        content: "";
        background-image: linear-gradient(to right, #f76967 0%, #f59e6a 100%);
        width: 100%;
        height: 38vh;
        position: absolute;
        top: -70px;
        left: 0;
        right: 0;
        border-radius: 0 0 100% 100% / 64%;
        box-shadow: 0 0 80px rgba(0,0,0,0.125);
    }
    nav.navbar{
        background-color: transparent;
        box-shadow: none !important;
        background-image: linear-gradient(to right, #f76967 0%, #f59e6a 100%);
    }
    nav.navbar.add_bg{
        background-image: none;
        background-color: #f3f3f3;
    }
    .top-gradient{
        display: none;
    }
    .newrelease_banner_series .slick-slide img {
        width: 100%;
        min-height: 53vh;
        max-height: 53vh;
        object-fit: cover;
        object-position: center;
        border-radius: 10px;
        opacity: 0.7;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    }
    .newrelease_banner_series .slick-slide.slick-active img{
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    }
    .newrelease_banner_series .slick-slide{
        padding: 0 5px;
    }
    .newrelease_banner_series .slick-prev,
    .newrelease_banner_series .slick-next{
        background: transparent;
    }
    .newrelease_banner_series .slick-prev{
        left: 20px;
    }
    .newrelease_banner_series .slick-next{
        right: 20px;
    }
    .newrelease_banner_series .slick-next::before, 
    .newrelease_banner_series .slick-prev::before {
        background: 0 0;
        color: #000;
        opacity: 1;
    }
    #slider-section.series_view{
        margin-top: 70px;
    } */
}
@media(max-width: 575px){
    .pwkids_card_list .container .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .pwkids_card_list .container .row [class*=col-]{
        padding-left: 10px;
        padding-right: 10px;
    }
    .pwkids_card_list .card-body h6, 
    .pwkids_card_list .card-body h2,
    span.view_cnt, span.star_rev_cnt{
        font-size: 0.8rem;
    }
    .pwkids_card_list .card{
        margin-bottom: 20px;
    }
}
/* @media(max-width: 450px){
    .pwkids_card_list .card img{
        min-height: 170px;
        max-height: 170px;
    }

} */