    .video-btns {
        float: right;
    }
    
    .video-btns .btn {
        margin: 10px 10px 0 0;
    }
    
    .show-btns a {
        display: block;
        padding: 8px;
        float: right;
        background-color: rgba(29, 4, 77, 0.9);
        text-align: center;
        min-width: 90px;
    }
    
    .show-btns a i {
        margin: 0 5px;
    }
    
    .show-prop img {
        margin: auto;
        -webkit-box-shadow: 3px 3px 15px 0px rgb(0 0 0 / 20%);
        box-shadow: 3px 3px 15px 0px rgb(0 0 0 / 20%);
    }
    
    .show-cover-details {}
    
    .social-links-icons img {
        width: 30px;
        margin: 2px;
    }
    
    .social-links-icons .nolink {
        pointer-events: none;
        opacity: 0.1;
    }
    
    .social-links-icons img:hover {
        opacity: 0.8;
    }
    
    .show_details {
        min-height: 300px;
        width: 100%;
        border-radius: 10px;
        margin-top: 20px;
    }
    
    .show_details .show-cover-details {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 20px;
        margin: 0 0 0 15px;
        padding: 35px;
        height: calc(100% - 25px);
    }
    
    .show_details .show-prop-details {
        padding: 35px;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.2);
        margin: 0 25px 25px 10px;
        position: relative;
    }
    
    .tab-wrap {
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.2);
        margin: 10px 20px 0 15px;
    }
    
    .show_details .show-cover-details .prop-title {
        margin-top: 30px;
    }
    
    .show_details .show-prop-details .s_stats {
        position: absolute;
        right: 35px;
    }
    
    .breadcrumb {
        padding-left: 28px;
    }
    
    .breadcrumb ul {
        margin: 0 0 10px 0;
    }
    
    .video-btns {
        margin: -30px 25px 0 0;
    }
    
    .btn-light {}

     
/* .PopularShows .item {
    width: calc(15% - 2px) !important;
} */

.PopularShows .item {
    position: relative;
    overflow: hidden;
    /* min-height: 200px; */
}
.PopularShows .item .details {
    position: absolute;
    z-index: 1;
    background: #1d1c21e8 !important;
    width: 100%;
    transition: all 0.35s ease-in-out;
    top: 100%;
    text-align: left;
    height: 100%;
    padding: 20px 15px 20px 15px;
    cursor: pointer;
}
.PopularShows .item div {
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 18px 10px 12px 10px;
    margin: 0;
}
.PopularShows .item .details .show-title {
    background-color: transparent;
    display: flex;
    color: #ffe0cf;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    padding: 0px;
    flex-direction: column;
    text-align: left;
}
.PopularShows .item .details .show-title span.subTitle {
    opacity: 0.8;
    font-size: 0.9rem;
    font-weight: 600;
    padding-top: 2px;
    color: #757681;
    text-align: left;
}
.PopularShows .item .details p {
    margin-top: 16px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.PopularShows .item:hover .details {
    top: 0px;
}