.vod-series-background-img{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vod-series-background-img-overlay{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 16, 0.65);
}
.vod-series-summary-page-contents-container{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 80px;
    color: #fff;
}

#vod-summary-page-left-part{
    width:33.33%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
#vod-summary-page-right-part{
    width: 66.66%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
#vod-summary-image-wrapper{
    position:relative;
    height: 800px;
}
#series-summary-left-part{
    display: inline-block;
    width: 35%;
    vertical-align: top;
}
#series-summary-image-wrapper{
    width: 100%;
    height: 800px;
    position: relative;
}
#series-summary-image-wrapper img{
    top:0;
    left:50%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    transform: translateX(-50%);
}
#vod-summary-name, #series-summary-name {
    font-size: 55px;
    font-weight: bold;
    margin-top:150px;
    text-align: left;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 5px;
}

.max-line-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.max-line-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#vod-summary-description,
#series-summary-description {
    margin-top: 30px;
    font-size: 32px;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: lighter;
}
#series-summary-description {
    -webkit-line-clamp: 8;
}
#series-summary-description{
    /*height: calc(100vh - 500px);*/
}
#vod-summary-action-container,
#series-summary-action-container{
    margin-top:40px;
}
.vod-series-action-btn {
    margin-right: 10px;
    border:none !important;
    transition: all 0.2s;
    padding: 25px;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 10px;
}
.vod-series-action-btn.active {
    background: rgba(255, 255, 255, 0.1);
}
.vod-series-action-btn img{
    height: 100%;
}
.vod-series-action-btn.active img{
    transform:scale(1.1);
}

.vod-series-summary-genre,.vod-summary-release-date{
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    margin-left: 15px;
    font-size: 25px;
}
.vod-summary-release-length {
    font-weight: normal;
    font-size: 25px;
    margin-top: 10px;
}
