@media only screen and (max-width : 1300px)  {
    .appletv-svod .latest_releases-container .index-item {
        min-width: 620px !important;
    }
}

@media only screen and (max-width : 1300px)  {
    .showpage-index .apple-svod-header {
        height: 14vh !important;
    }

    .showpage-index .apple-svod-header .header-elements-left img {
        height: 7vh !important;
    }

    .showpage-index .apple-svod-header .header-elements-right {
        font-size: 7vh !important;
    }

    .showpage-index .apple-svod-header img {
        height: 7vh !important;
    }
}

.appletv-svod {
    font-family: "-apple-system",BlinkMacSystemFont,"-webkit-system-font","Malgun Gothic","Segoe UI","Helvetica Neue",Helvetica,sans-serif;
}

.appletv-svod .index {
    background: radial-gradient(#4E4E58, #000);
    color: #fff;
    overflow-x: hidden;
}

.appletv-svod .video-index {
    margin-top: 0;
    padding-top: 12px;
    box-shadow: 0px -12px 12px 4px #000;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 20%);
}

.appletv-svod .showpage-index {
    margin-top: 0;
    overflow-y: scroll;
    font-family: "-apple-system",BlinkMacSystemFont,"-webkit-system-font","Malgun Gothic","Segoe UI","Helvetica Neue",Helvetica,sans-serif !important;
}

.appletv-svod .transaction-page-index {
    background: #2D2D2D;
}

.appletv-svod .white-border-icon {
    border: 2px solid white;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: .8vw;
}

.appletv-svod .index-rating { 
    border: 2px solid white;
    padding: 0px 5px;
    border-radius: 5px;
    background: none;
}

/* Scroll Buttons */
.appletv-svod .scrollButton {
    opacity: 0;
}

.appletv-svod .scrollRight {
    position: absolute;
    right: 0;
    margin: 0;
    height: 50px;
    padding: 0;
    width: 38px;
    z-index: 100;
    transition: all .5s;
}

.appletv-svod .scrollLeft {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    z-index: 100;
    transition: all .5s;
}

.appletv-svod .scrollRight img {
    height: 50px;
    color: white;
    filter: none;
    background: none;
    opacity: .5;
    width: 38px;
    padding: 10px 2px 10px 10px;
    border-radius: 4px 0px 0px 4px;
    transition: opacity .25s;
    background: #DEE7F1;
}

.appletv-svod .scrollLeft img {
    height: 50px;
    color: white;
    filter: none;
    background: none;
    opacity: .5;
    width: 38px;
    padding: 10px 10px 10px 2px;
    border-radius: 0px 4px 4px 0px;
    transition: opacity .25s;
    background: #DEE7F1;
}

.appletv-svod .transaction-page-index .scrollButton img,
.appletv-svod .showpage-index .scrollButton img {
    filter: invert(1);
    background: white;
}

.appletv-svod .scrollLeft:hover img {
    opacity: 1;
}
.appletv-svod .scrollRight:hover img {
    opacity: 1;
}

/* General buttons */
.appletv-svod .transaction-page-index .text-content .left a,
.appletv-svod .showpage-index .text-content .left a {
    width: 100%;
}
.appletv-svod .transaction-page-index .play,
.appletv-svod .showpage-index .play {
    background-color: #daeaee !important;
    font-weight: 500;
    width: 100%;
    padding: 1rem 1.85rem;
    margin: 0 0 15px;
    transition: all .25s;
    border-radius: 10px;
    font-size: 1.2vw;
}

.appletv-svod .transaction-page-index .play:hover,
.appletv-svod .showpage-index .play:hover {
    transform: scale(1.1);
}

.appletv-svod .transaction-page-index .play .fa-play,
.appletv-svod .showpage-index .play .fa-play {
    margin-right: 6px;
}

.appletv-svod .transaction-page-index .mylist.fa-plus
.appletv-svod .showpage-index .mylist.fa-plus {
    margin-right: 6px;
}

.appletv-svod .transaction-page-index .mylist,
.appletv-svod .showpage-index .mylist {
    background-color: #4b4947;
    border: none;
    border-radius: 10px;
    width: 100%;
    padding: 1rem 1.85rem;
    transition: all .25s;
    font-size: 1.3vw;
}

.appletv-svod .transaction-page-index .mylist:hover,
.appletv-svod .showpage-index .mylist:hover {
    transform: scale(1.1);
}

/* Header */
.apple-svod-header {
    background: transparent;
    color: #000;
    position: relative;
    width: 100vw;
    height: 85px;
    display: flex;
    z-index: 1000;
}

.apple-svod-header.disabled-header Link {
    pointer-events: none !important;
}

.apple-svod-header .center-elements {
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.apple-svod-header .header-elements {
    background: #C6C6D0;
    border-radius: 30px;
    align-items: center;
    display: flex;
    justify-content: space-around;
    min-width: 48%;
    height: 3.2vw;
    padding: 0px 10px;
    font-size: 1.4vw;
    font-weight: 700;
}

.apple-svod-header .header-elements > * {
    margin: 0 1.5vw;
    display: flex;
    color: #000;
    position: relative;
}

.apple-svod-header a {
    align-items: center;
    display: flex;
    color: #000;
}

.apple-svod-header .header-elements .current-page { 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.3vw;
    width: 8vw;
    border-radius: 30px;
    margin: 0;
    font-family: sans-serif;
    background: #fff;
    color: #000;
    box-shadow: 0px 7px 18px -2px #333;
}

.apple-svod-header .header-elements img {
    height: 1.5vw;
}

.apple-svod-header .header-elements .current-page div {
    line-height: 20px;
    font-size: 1.4vw;
}

.apple-svod-header .search {
    height: 1.5vw;
    width: 1.5vw;
    filter: invert(1);
}

.apple-svod-header .header-elements-right {
    display: flex;
    align-items: center;
    position: absolute;
    top: 26px;
    right: 40px;
}

.apple-svod-header .header-elements-right button {
    opacity: 1;
    z-index: 1;
    border-radius: 20px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #818c90;
    height: 40px;
    border-radius: 30px;
    width: 8vw;
    border: none;
    color: white;
}

.appletv-svod #logout {
    width: 8vw;
    height: 2.5vw;
    font-size: 1.2vw;
}

.apple-svod-header [data-tooltip]:before {
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    transition: all 0.15s ease;
    color: black;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    margin-top: 24px;
    left: 15px;
    width: 90px;
    padding: 3px;
    background: #818c90;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apple-svod-header [data-tooltip]:hover:before {
    opacity: 1;
}

.apple-svod-header [data-tooltip]:not([data-tooltip-persistent]):before {
    pointer-events: none;
}

/* Billboard Row */
.appletv-svod .billboard-row {
    height: 26.25vw;
    display: flex;
    position: relative;
    margin: 2vh 0 5vh;
    width: 100vw;
    overflow: visible;
}

.appletv-svod .billboard-row .scrollButton {
    height: 26.25vw;
}

.appletv-svod .billboard-row:hover .scrollButton {
    opacity: 1;
}

.appletv-svod .billboard-row .rpo-div {
    transform: translateX(0px);
    height: auto;
    width: auto;
    margin: 0 3vw;
    border-radius: 15px;
    transition: all .5s;
}

.appletv-svod .billboard-row .rpo-div:after {
    content: none;
}

.appletv-svod .billboard-row .rpo-div .rpo-pic {
    height: 26.25vw;
    width: 94vw;
    border-radius: 15px;
    transition: all .3s;
    opacity: 0;
}

.appletv-svod .billboard-row .rpo-div .rpo-pic.standard-billboard:hover {
    box-shadow: 0px 13px 18px 0px #808080b0;
    transform: scale(1.025);
}

.appletv-svod .billboard-row .rpo-div .rpo-pic.dynamic-billboard-image {
    mask-image: linear-gradient(180deg, #000000 80%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(180deg, #000000 80%, rgba(0, 0, 0, 0) 100%);
}

/* Thumbnail */
.appletv-svod .slider {
    height: auto;
}

.appletv-svod .slider .lolomo-title {
    font-size: 20px;
    padding-left: 3vw;
    position: initial;
}

.appletv-svod .slider .lolomo-description {
    margin: 0;
    padding-left: 3vw;
}

.appletv-svod .category-list {
    height: 256px;
    align-items: flex-start;
    overflow: visible;
    padding: 0px 3vw 0px;
    margin-top: 10px;
}

.appletv-svod .index-item:hover {
    box-shadow: none;
}

.appletv-svod .index-item {
    margin: 0 20px 0 0;
    max-width: 354px;
    min-width: 353px;
    overflow: visible;
}

.appletv-svod .appletv-lolomo-end {
    opacity: 0;
    max-width: 50px;
    min-width: 49px;
}

.appletv-svod .disabled-asset-tooltip {
    z-index: 1000;
}

.appletv-svod .transaction-page-index .trailer-tile,
.appletv-svod .showpage-index .trailer-tile {
    height: 200px;
    width: 354px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appletv-svod .transaction-page-index .disabled-asset-tooltip,
.appletv-svod .showpage-index .disabled-asset-tooltip {
    opacity: 0;
    transition: opacity .25s;
    -webkit-transition: opacity .25s ease-in-out;
}

.appletv-svod .transaction-page-index .trailer-tile:hover .disabled-asset-tooltip,
.appletv-svod .showpage-index .trailer-tile:hover .disabled-asset-tooltip {
    opacity: 1;
}

.thumbnail-container-appletv .image-container {
    border-radius: 10px;
    width: 354px;
    height: 200px;
    background: transparent;
    box-shadow: none;
    transition: all .5s;
}

.thumbnail-container-appletv .image-container:hover {
    box-shadow: 0px 13px 18px 0px #808080b0;
}

.thumbnail-container-appletv .image-container .thumbnail-pic {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: transparent;
    z-index: 1;
}

.thumbnail-container-appletv .item-title {
    color: white;
    font-weight: bold;
    height: 35px;
    font-size: 20px;
    text-shadow: #000 0px 0 30px;
    position: absolute;
    justify-content: center;
    width: 100%;
    bottom: 50px;
    transition: all .5s;
    z-index: -1;
    opacity: 0;
    white-space: break-spaces;
}

.thumbnail-container-appletv:hover .item-title {
    bottom: -40px;
    z-index: 1;
    opacity: 1;
}

.appletv-svod .slider .scrollButton {
    height: 216px;
    margin: 0;
    z-index: 10000;
}

.appletv-svod .slider:hover .scrollButton {
    opacity: 1;
}

/* coming_soon tiles */
.appletv-svod .coming_soon-container .category-list{
    height: 320px;
}

.appletv-svod .coming_soon-container .scrollButton {
    height: 320px;
}

.appletv-svod .coming_soon-container:hover .scrollButton {
    opacity: 1;
}

.appletv-svod .coming_soon {
    margin: 0 25px 0 0;
    max-width: 487px;
    min-width: 486px;
}

.appletv-svod .coming_soon .image-container {
    width: 487px;
    height: 275px;
}

/* latest_releases tiles */
.appletv-svod .latest_releases-container .category-list{
    height: 290px;
}

.appletv-svod .latest_releases-container .index-item {
    overflow: visible;
    margin: 0px 2.5vw 0 0;
    max-width: 46%;
    min-width: 47%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.appletv-svod .latest_releases-container .image-container {
    width: 354px;
    height: 200px;
}

.appletv-svod .latest_releases-container .image-container:hover {
    transform: scale(1.05)
}

.appletv-svod .latest_releases-container .metadata {
    width: 100%;
    margin-left: 25px;
    text-align: left;
    color: #fff;
    font-family: "-apple-system",BlinkMacSystemFont,"-webkit-system-font","Malgun Gothic","Segoe UI","Helvetica Neue",Helvetica,sans-serif;
}

.appletv-svod .latest_releases-container .metadata > * {
    margin-bottom: 5px;
}

.appletv-svod .latest_releases-container .metadata .genre {
    text-transform: uppercase;
    font-size: 14px;
}

.appletv-svod .latest_releases-container .metadata .title {
    font-size: 20px;
    font-weight: 500;
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.appletv-svod .latest_releases-container .metadata .logline {
    font-size: 14px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

/* Highlight Row */
.appletv-svod .highlight-row {
    height: 36vw;
    display: flex;
    position: relative;
    margin: 2vh 0 12vh;
    width: 100vw;
    overflow: visible;
}

.appletv-svod .highlight-row .scrollButton {
    height: 36vw;
}

.appletv-svod .highlight-row:hover .scrollButton {
    opacity: 1;
}

.appletv-svod .highlight-row .rpo-div {
    transform: translateX(0px);
    height: auto;
    width: auto;
    margin: 0 3vw;
    border-radius: 15px;
    transition: all .5s;
}

.appletv-svod .highlight-row .rpo-div:after {
    content: none;
}

.appletv-svod .highlight-row .rpo-div .rpo-pic {
    height: 37.5vw;
    width: 94vw;
    border-radius: 1.85vw;
    transition: all .3s;
}

.appletv-svod .highlight-row .rpo-div .rpo-pic:hover {
    box-shadow: 0px 13px 18px 0px #808080b0;
    transform: scale(1.025);
}

/* Dynamic Billboard Featured Row */
.appletv-svod #billboard-slide .category-list {
    height: 160px;
}

.appletv-svod #billboard-slide .index-item {
    margin: 0 32px 0 0;
    max-width: initial;
    min-width: initial;
    height: 100%
}

.appletv-svod #billboard-slide.slider .lolomo-title {
    font-size: 24px;
    font-weight: 700;
    padding-left: 4vw;
}

.appletv-svod #billboard-slide.slider .scrollButton {
    height: 160px;
}

.appletv-svod #billboard-slide .thumbnail-container-appletv .image-container {
    width: 224px;
    height: 124px;
}
.appletv-svod #billboard-slide .active-billboard-thumbnail .thumbnail-container-appletv .image-container {
    width: 284px;
    height:160px
}

/* Showpage */
.showpage-index .apple-svod-header {
    filter: invert(1);
    align-items: center;
    font-size: 40px;
    height: 76px;
    background: white;
}

.showpage-index .apple-svod-header .header-elements-left {
    margin: 0 0 0 20px;
    width: auto;
    justify-content: flex-start;
    flex-basis: auto;
}

.showpage-index .apple-svod-header .header-elements-left::before {
    margin-left: 30px;
}

.showpage-index .apple-svod-header .header-elements-left img {
    height: 35px;
    opacity: .7;
}

.showpage-index .apple-svod-header .header-elements-left img:hover {
    opacity: .9;
}

.showpage-index .apple-svod-header .header-elements-right {
    top: auto;
    right: 20px;
}

.showpage-index .apple-svod-header img {
    height: 40px;
}

.showpage-index .apple-showpage-top-section {
    position: relative;
    height: 55vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    width: 100vw;
    max-height: calc(98vh - 76px);
}

.showpage-index .apple-showpage-top-section .title { 
    width: 25vw;
    position: absolute;
    top: 15px;
    left: 30px;
}

.showpage-index .apple-showpage-top-section .title span { 
    white-space: nowrap;
}

.showpage-index .apple-showpage-top-section .title #title-img { 
    width: 100%;
    opacity: 0;
    transition: all .5s;
}

.showpage-index #splash-background-img {
    opacity: 0;
    transition: all .5s;
}

.showpage-index .apple-showpage-top-section .above-text-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0vh 3vw;
}

.showpage-index .apple-showpage-top-section .text-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 2;
    padding: 1vh 3vw 3vh;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
}

.showpage-index .apple-showpage-top-section .text-content .background-blur {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 93%;
    width: 100vw;
    backdrop-filter: blur(.2rem);
    z-index: -1;
}

.showpage-index .apple-showpage-top-section .text-content .background-blur::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(transparent, #000);
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% + 50px);
}

.showpage-index .apple-showpage-top-section .showpage-billboard-media {
    position: absolute;
    top: 0;
    z-index: -1;
    bottom: 0;
    width: 100vw;
}

.showpage-index .apple-showpage-bottom-section {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.showpage-index .apple-showpage-top-section .above-text-content .left {
    font-size: 1.3vw;
}

.showpage-index .apple-showpage-top-section .above-text-content .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    z-index: 10;
}
.showpage-index .apple-showpage-top-section .above-text-content .right button {
    -webkit-appearance: button;
    cursor: pointer;
    border: none;
    opacity: .8;
    background: transparent;
    display: flex;
    align-items: center;
}
.showpage-index .apple-showpage-top-section .above-text-content .right button:hover {
    opacity: 1;
}
.showpage-index .apple-showpage-top-section .above-text-content .right button img {
    height: 35px;
}
.showpage-index .apple-showpage-top-section .above-text-content .right .play-btn {
    background: transparent;
    border: 2.5px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 14px;
    padding: 11px;
    margin-right: 6px;
}
.showpage-index .apple-showpage-top-section .above-text-content .right .play-btn img {
    width: 23px;
    height: 23px;
}


.showpage-index .apple-showpage-top-section .left {
    width: 20%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.showpage-index .apple-showpage-top-section .center {
    width: 45vw;
    display: flex;
    flex-direction: column;
    text-align: left;
    height: 100%;
    justify-content: space-evenly;
    overflow-y: scroll;
    overflow: visible;
}

.showpage-index .apple-showpage-top-section .center .summary {
    font-size: 1.3vw;
    margin: 0 0 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-shadow: none;;
}

.showpage-index .apple-showpage-top-section .center .meta-tags .index-rating {
    font-size: .8vw;
}

.showpage-index .apple-showpage-top-section .center .meta-tags {
    font-size: 1.2vw;
    display: flex;
    align-items: center;
    text-shadow: none;
}

.appletv-svod .showpage-index .dim-text {
    opacity: .8;
}

.showpage-index .apple-showpage-top-section .center .meta-tags > * {
    margin-right: .8vw;
}

.showpage-index .apple-showpage-top-section .center .meta-tags img {
    height: 1.5vw;
}


.showpage-index .apple-showpage-top-section .right {
    width: 20%;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1.3vw;
    text-shadow: none;
}

.showpage-index .apple-showpage-bottom-section {
    background-color: #2d2d2d;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content > div {
    margin-top: 5vh;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content h2 {
    font-weight: 400;
    margin: 0 0 0rem 0;
    font-size: 1.8rem;
    line-height: 2rem;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .episodes .category {
    margin-bottom: 20px;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile {
    display: flex;
    flex-direction: column;
    width: 475px;
    align-items: flex-start;
    transition: all .25s;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile:hover {
    transform: scale(1.05);
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile .rpo-pic {
    height: 200px;
    width: 354px;
    border-radius: 10px;
    transition: all .25s;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile:hover .rpo-pic {
    box-shadow: 0px 3px 15px 0px #00000066;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile .text {
    max-height: 210px;
    width: 354px;
    margin: 0;
    padding: 20px;
    border-radius: 10px;
    transition: all .25s;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile .text .logline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-shadow: none;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile .text .title {
    font-size: 20px;
    font-weight: 600;
}
.showpage-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile .text .metadata > * {
    margin-right: .5vw;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile .text img {
    height: 1.5vw;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile:hover .text {
    box-shadow: 0px 5px 20px 2px #00000066;
    backdrop-filter: blur(20px);
    background-color: #c7c7c761;
} 


.showpage-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile .text h2 {
    margin: 0;
}
.showpage-index .apple-showpage-bottom-section .apple-showpage-content .trailers {
    height: 290px;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .trailers .rpo-pic {
    border-radius: 10px;
    height: 200px;
    transition: all .25s;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .trailers .rpo-pic:hover {
    transform: scale(1.05);
    box-shadow: 0px 5px 20px 2px #0000008f;
}

.showpage-index .apple-showpage-bottom-section .thumbnail-container-appletv .image-container:hover {
    box-shadow: 0px 5px 20px 2px #0000008f;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content {
    padding: .5vh 0vw 5vh;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .episodes, 
.showpage-index .apple-showpage-bottom-section .apple-showpage-content .trailers, 
.showpage-index .apple-showpage-bottom-section .apple-showpage-content .related-thumbnails,
.showpage-index .apple-showpage-bottom-section .apple-showpage-content .about-section {
    padding: 0 3vw;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .category-list {
    padding: 30px 24px 20px 0;
    height: 270px;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .category-list .videos-list-end {
    opacity: 0;
    pointer-events: none;
}

.apple-showpage-bottom-section .category-list .scrollButton {
    height: 200px;
}

.apple-showpage-bottom-section .category-list .scrollButton:hover {
    opacity: 1;
}
.apple-showpage-bottom-section .category-list:hover .scrollButton {
    opacity: .8;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .about-section .category {
    margin-bottom: 20px;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .about-tile {
    display: flex;
    flex-direction: column;
    width: 475px;
    align-items: flex-start;
    transition: all .25s;
    border-radius: 10px;
    background: #c7c7c761;
    backdrop-filter: blur(10px);
    padding: 1.3vw;
    box-shadow: 0px 5px 10px 0px #0000006e;
}
.showpage-index .apple-showpage-bottom-section .apple-showpage-content .about-tile .title {
    font-size: 1.3rem;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .about-tile .genres {
    opacity: .8;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .about-tile .genres > * {
    margin-right: 7px;
}
.showpage-index .apple-showpage-bottom-section .apple-showpage-content .about-tile .description {
    margin: 12px 0 0 0;
    font-size: 1rem;
}
.showpage-index .apple-showpage-bottom-section .info-section {
    display: flex;
    justify-content: space-between;
    padding: .5vh 3vw 2vh;
    background: #0000008c;
}

.showpage-index .apple-showpage-bottom-section .info-section > div {
    width: 33%
}

.showpage-index .apple-showpage-bottom-section .info-section div h2 {
    font-size: 1.5rem;
}

.showpage-index .apple-showpage-bottom-section .info-section > div > div {
    margin-bottom: 2vh;
}

.showpage-index .apple-showpage-bottom-section .info-section label {
    color: white;
    font-size: .9vw;
    opacity: .8;
}
.showpage-index .apple-showpage-bottom-section .info-section .index-rating {
    border: none;
    padding: 0;
}

/* transaction Page */

/* USED AND EDITED */
.transaction-page-index .apple-svod-header {
    filter: invert(1);
    align-items: center;
    font-size: 28px;
    height: 50px;
    background: white;
}

.transaction-page-index .apple-svod-header .header-elements-left {
    margin: 0 0 0 20px;
    width: auto;
    justify-content: flex-start;
    flex-basis: auto;
}

.transaction-page-index .apple-svod-header .header-elements-left::before {
    margin-left: 30px;
}

.transaction-page-index .apple-svod-header .header-elements-left img {
    height: 28px;
}

.transaction-page-index .apple-svod-header .header-elements-left img:hover {
    opacity: .9;
}

.transaction-page-index .apple-svod-header .header-elements-right {
    top: auto;
    right: 20px;
}

/* USED AND ADDED */
.transaction-page-index .apple-svod-header .search-box {
    font-size: 24px;
    border: 2px solid #000;
    margin-right: 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 200px;
}

/* USED AND ADDED */
.transaction-page-index .apple-svod-header .search-box svg {
    margin: 0px 6px;
}

/* USED AND EDITED */
.transaction-page-index .apple-svod-header img {
    height: 20px;
}

/* USED AND EDITED */
.transaction-page-index .apple-svod-header .user-icon-container {
    border: 2px solid #000;
    border-radius: 24px;
    width: 32px;
    height: 32px;
}

/* USED AND EDITED */
.transaction-page-index .apple-svod-header .user-icon-container svg {
    height: 20px;
    margin: 8px 5px;
}


/* USED AND ADDED */
.transaction-page-index .title-container {
    margin-top: 48px;
    text-align: center;
}

/* USED AND ADDED */
.transaction-page-index .title-container .thumbnail-container img {
    border-radius: 8px;
    height: 300px;
}

/* USED AND ADDED */
.transaction-page-index .video-content-container {
    display: flex;
    min-height: 200px;
}


/* USED AND ADDED */
.transaction-page-index .video-content-container .button-container {
    margin: 20px 24px 0px 24px;
}

/* USED AND ADDED */
.transaction-page-index .video-content-container .button-container button {
    width: 288px;
    background: #424242;
    color: #3378C3;
    border: none;
    border-radius: 5px;
    height: 32px;
}

/* USED AND ADDED */
.transaction-page-index .video-content-container .video-description-container {
    width: 780px;
    color: #C6C6D0;
    margin-bottom: 56px;
}

/* USED AND ADDED */
.transaction-page-index .video-content-container .video-description-container .metadata {
    color: #9D9D9D;
    font-size: 10px;
}

.transaction-page-index .apple-showpage-top-section {
    position: relative;
    height: 55vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    width: 100vw;
    max-height: calc(98vh - 76px);
}

.transaction-page-index .apple-showpage-top-section .title { 
    width: 25vw;
    position: absolute;
    top: 15px;
    left: 30px;
}

.transaction-page-index .apple-showpage-top-section .title #title-img { 
    width: 100%;
    opacity: 0;
    transition: all .5s;
}

.transaction-page-index #splash-background-img {
    opacity: 0;
    transition: all .5s;
}

.transaction-page-index .apple-showpage-top-section .above-text-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0vh 3vw;
}

.transaction-page-index .apple-showpage-top-section .text-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 2;
    padding: 1vh 3vw 3vh;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
}

.transaction-page-index .apple-showpage-top-section .text-content .background-blur {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 93%;
    width: 100vw;
    backdrop-filter: blur(.2rem);
    z-index: -1;
}

.transaction-page-index .apple-showpage-top-section .text-content .background-blur::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(transparent, #000);
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% + 50px);
}

.transaction-page-index .apple-showpage-top-section .showpage-billboard-media {
    position: absolute;
    top: 0;
    z-index: -1;
    bottom: 0;
    width: 100vw;
}

.transaction-page-index .apple-showpage-bottom-section {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.transaction-page-index .apple-showpage-top-section .above-text-content .left {
    font-size: 1.3vw;
}

.transaction-page-index .apple-showpage-top-section .above-text-content .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    z-index: 10;
}
.transaction-page-index .apple-showpage-top-section .above-text-content .right button {
    -webkit-appearance: button;
    cursor: pointer;
    border: none;
    opacity: .8;
    background: transparent;
    display: flex;
    align-items: center;
}
.transaction-page-index .apple-showpage-top-section .above-text-content .right button:hover {
    opacity: 1;
}
.transaction-page-index .apple-showpage-top-section .above-text-content .right button img {
    height: 35px;
}
.transaction-page-index .apple-showpage-top-section .above-text-content .right .play-btn {
    background: transparent;
    border: 2.5px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 14px;
    padding: 11px;
    margin-right: 6px;
}
.transaction-page-index .apple-showpage-top-section .above-text-content .right .play-btn img {
    width: 23px;
    height: 23px;
}


.transaction-page-index .apple-showpage-top-section .left {
    width: 20%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.transaction-page-index .apple-showpage-top-section .center {
    width: 45vw;
    display: flex;
    flex-direction: column;
    text-align: left;
    height: 100%;
    justify-content: space-evenly;
    overflow-y: scroll;
    overflow: visible;
}

.transaction-page-index .apple-showpage-top-section .center .summary {
    font-size: 1.3vw;
    margin: 0 0 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-shadow: none;;
}

.transaction-page-index .apple-showpage-top-section .center .meta-tags .index-rating {
    font-size: .8vw;
}

.transaction-page-index .apple-showpage-top-section .center .meta-tags {
    font-size: 1.2vw;
    display: flex;
    align-items: center;
    text-shadow: none;
}

.appletv-svod .transaction-page-index .dim-text {
    opacity: .8;
}

.transaction-page-index .apple-showpage-top-section .center .meta-tags > * {
    margin-right: .8vw;
}

.transaction-page-index .apple-showpage-top-section .center .meta-tags img {
    height: 1.5vw;
}


.transaction-page-index .apple-showpage-top-section .right {
    width: 20%;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1.3vw;
    text-shadow: none;
}

.transaction-page-index .apple-showpage-bottom-section {
    background-color: #2d2d2d;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content > div {
    margin-top: 5vh;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content h2 {
    font-weight: 400;
    margin: 0 0 0rem 0;
    font-size: 1.8rem;
    line-height: 2rem;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .episodes .category {
    margin-bottom: 20px;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile {
    display: flex;
    flex-direction: column;
    width: 475px;
    align-items: flex-start;
    transition: all .25s;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile:hover {
    transform: scale(1.05);
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile .rpo-pic {
    height: 200px;
    width: 354px;
    border-radius: 10px;
    transition: all .25s;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile:hover .rpo-pic {
    box-shadow: 0px 3px 15px 0px #00000066;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile .text {
    max-height: 210px;
    width: 354px;
    margin: 0;
    padding: 20px;
    border-radius: 10px;
    transition: all .25s;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile .text .logline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-shadow: none;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile .text .title {
    font-size: 20px;
    font-weight: 600;
}
.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile .text .metadata > * {
    margin-right: .5vw;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile .text img {
    height: 1.5vw;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile:hover .text {
    box-shadow: 0px 5px 20px 2px #00000066;
    backdrop-filter: blur(20px);
    background-color: #c7c7c761;
} 


.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .episode-tile .text h2 {
    margin: 0;
}
.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .trailers {
    height: 290px;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .trailers .rpo-pic {
    border-radius: 10px;
    height: 200px;
    transition: all .25s;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .trailers .rpo-pic:hover {
    transform: scale(1.05);
    box-shadow: 0px 5px 20px 2px #0000008f;
}

.transaction-page-index .apple-showpage-bottom-section .thumbnail-container-appletv .image-container:hover {
    box-shadow: 0px 5px 20px 2px #0000008f;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content {
    padding: .5vh 3vw 5vh;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .category-list {
    padding: 30px 24px 20px 0;
    height: 270px;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .category-list .videos-list-end {
    opacity: 0;
    pointer-events: none;
}

.apple-showpage-bottom-section .category-list .scrollButton {
    height: 200px;
}

.apple-showpage-bottom-section .category-list .scrollButton:hover {
    opacity: 1;
}
.apple-showpage-bottom-section .category-list:hover .scrollButton {
    opacity: .8;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .about-section .category {
    margin-bottom: 20px;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .about-tile {
    display: flex;
    flex-direction: column;
    width: 475px;
    align-items: flex-start;
    transition: all .25s;
    border-radius: 10px;
    background: #c7c7c761;
    backdrop-filter: blur(10px);
    padding: 1.3vw;
    box-shadow: 0px 5px 10px 0px #0000006e;
}
.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .about-tile .title {
    font-size: 1.3rem;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .about-tile .genres {
    opacity: .8;
}

.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .about-tile .genres > * {
    margin-right: 7px;
}
.transaction-page-index .apple-showpage-bottom-section .apple-showpage-content .about-tile .description {
    margin: 12px 0 0 0;
    font-size: 1rem;
}
.transaction-page-index .apple-showpage-bottom-section .info-section {
    display: flex;
    justify-content: space-between;
    padding: .5vh 3vw 2vh;
    background: #0000008c;
}

.transaction-page-index .apple-showpage-bottom-section .info-section > div {
    width: 33%
}

.transaction-page-index .apple-showpage-bottom-section .info-section div h2 {
    font-size: 1.5rem;
}

.transaction-page-index .apple-showpage-bottom-section .info-section > div > div {
    margin-bottom: 2vh;
}

.transaction-page-index .apple-showpage-bottom-section .info-section label {
    color: white;
    font-size: .9vw;
    opacity: .8;
}
.transaction-page-index .apple-showpage-bottom-section .info-section .index-rating {
    border: none;
    padding: 0;
}

/* Watch Page */
.apple-player-controls {
    position: absolute;
    bottom: 6vh;
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding: 0px 3vw;
    font-family: "-apple-system",BlinkMacSystemFont,"-webkit-system-font","Malgun Gothic","Segoe UI","Helvetica Neue",Helvetica,sans-serif;
    font-weight: 300;
    opacity: 1;
    transition: opacity .6s;
}

.apple-player-controls .info-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.apple-player-controls .info-section {
    font-size: 2vw;
}

.apple-player-controls .info-section .title {
    margin: 0;
}

.apple-player-controls .info-section .buttons {
    display: flex;
    justify-content: space-between;
    width: 10vw;
    z-index: 1;
}

.apple-player-controls .timestamps {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.appletv-svod .watch-page:hover .apple-player-controls {
    opacity: 1;
    pointer-events: all;
}

.appletv-svod .apple-player-controls.strict-hidden {
    opacity: 0 !important;
    pointer-events: none !important;
}

.apple-player-controls .watch-page-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.apple-player-controls .watch-page-buttons > * {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apple-player-controls .watch-page-buttons .info-button {
    width: 100px;
    height: 2vw;
    border-radius: 7px;
    font-size: 1.3vw;
    justify-content: flex-end;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

.apple-player-controls .watch-page-buttons .fullscreen {
    justify-content: flex-end;
}

.apple-player-controls .watch-page-buttons .volume-control-container {
    opacity: .7;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
}

.apple-player-controls .watch-page-buttons .volume-control-container:hover {
    opacity: 1;
}

.appletv-player-button {
    opacity: .7;
    cursor: pointer;
    display: flex;
    position: relative;
}

.appletv-player-button img {
    height: 2vw;
}

.appletv-player-button:hover {
    opacity: 1;
}

.appletv-player-button.selected {
    opacity: 1 !important;
}

.appletv-svod .watch-page .settings-pop-up {
    height: 48vh;
    width: 38vh;
    position: absolute;
    top: -50vh;
    right: 0px;
    margin: 0;
    padding: 2vh 0;
    
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    opacity: 1;

    background: #ffffff85;
    backdrop-filter: blur(150vw) brightness(2);
    color: black;
    cursor: auto
}

.appletv-svod .watch-page .settings-pop-up .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #202020;
    font-weight: 200;
    font-size: 2.25vh;
    cursor: auto;
}

.appletv-svod .watch-page .settings-pop-up .header .title {
    margin: 0;
    padding: 0 2vh;
}

.appletv-svod .watch-page .settings-pop-up .header img {
    height: 1.75vh;
    margin-right: 2vh;
}

.appletv-svod .watch-page .settings-pop-up .options-list {
    font-size: 2.25vh;
    margin: 1vh 0 0 0;
}

.appletv-svod .watch-page .settings-pop-up .options-list li {
    padding: 1vh 2vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.appletv-svod .watch-page .settings-pop-up .options-list li img {
    filter: invert(1);
    height: 2vh;
    margin-right: 10px;
}

.appletv-svod .watch-page .settings-pop-up .options-list li .tooltip {
    font-size: 1.75vh;
}

.appletv-svod .watch-page .tooltip {
    visibility: hidden;
    width: 120px;
    background: #2f2f2fc9;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    height: 30px;
    font-size: 2vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appletv-svod .watch-page .settings-pop-up .options-list li:hover .tooltip {
    visibility: visible;
    right: 3vh;
}

.appletv-svod .watch-page .settings-pop-up .options-list li:hover {
    transform: scale(1.05);
    background: #ffffff;
    backdrop-filter: blur(150vw) brightness(2);
    box-shadow: 0px 2px 20px 0px #00000055;
    border-radius: 12px;
}

.appletv-video-controls {
    opacity: 0;
    transition: opacity .6s;
}

.appletv-svod .watch-page:hover .appletv-video-controls {
    opacity: 1;
    pointer-events: all;
}

.appletv-svod .watch-page .info-panel {
    width: 100vw;
    position: absolute;
    height: 30vh;
    color: black;
    display: flex;
    align-items: flex-end;
    bottom: -35vh;
    transition: bottom 1s;
}

.appletv-svod .watch-page .info-panel.active {
    bottom: 5vh;
}

.appletv-svod .watch-page .info-panel .info-button {
    cursor: pointer;
    display: flex;
    margin: 0 3.5vw;
    align-items: center;
    padding: 0.5em 1.2em;
    font-size: 1.1vw;
    background: #202020;
    color: white;
    border-radius: 10px;
    position: absolute;
    top: 0;
    opacity: .8;
}

.appletv-svod .watch-page .info-panel .info-button:hover {
    opacity: .9;
}

.appletv-svod .watch-page .info-panel .info-button img {
    height: 1.5vw;
    margin-right: 10px;
}

.appletv-svod .watch-page .info-panel .info-button p {
    margin: 0;
}

.appletv-svod .watch-page .info-panel .panel {
    display: flex;
    align-items: center;
    width: 94vw;
    margin: 0 3vw;
    position: absolute;
    height: 24vh;
    border-radius: 2.5vw;
    background: #ffffff3b;
    padding: 1.5vw;
    justify-content: space-between;
    backdrop-filter: blur(150vw) brightness(2);
}

.appletv-svod .watch-page .info-panel .thumbnail-pic {
    opacity: 1;
    height: 100%;
    width: auto;
    border-radius: 2vw;
}

.appletv-svod .watch-page .info-panel .panel .text-info {
    height: 100%;
    width: 100%;
    padding: 0 2vw;
}

.appletv-svod .watch-page .info-panel .panel .text-info > * {
    margin-bottom: 0.5vw;
}

.appletv-svod .watch-page .info-panel .panel .text-info .title {
    font-size: 1.5vw;
    font-weight: bold;
}

.appletv-svod .watch-page .info-panel .panel .text-info .logline {
    font-size: 1.25vw;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50%;
}

.appletv-svod .watch-page .info-panel .panel .text-info .meta-tags {
    display: flex;
    height: 2vw;
    font-size: 1vw;
    margin-top: 0.75vw;
    align-items: center;
}

.appletv-svod .watch-page .info-panel .panel .text-info .meta-tags > * {
    margin-right: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appletv-svod .watch-page .info-panel .panel .text-info .meta-tags .index-rating {
    border: 2px solid black;
}
.appletv-svod .watch-page .info-panel .panel .text-info .meta-tags .dolby-img {
    filter: invert(1);
    height: 85%;
}

.appletv-svod .watch-page .info-panel .panel .text-info .meta-tags .black-border-icon {
    border: 2px solid black;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: .8vw;
}

.appletv-svod .watch-page .info-panel .panel .info-panel-buttons {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    width: 25%;
}

.info-panel-buttons .info-panel-button {
    border: none;
    border-radius: 10px;
    padding: 0.75rem 1.25rem;
    min-height: 2.5rem;
    transition: all .25s;
    position: relative;
}

.info-panel-buttons .info-panel-button .tooltip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 1.75vh;
    background: #2f2f2f;
    opacity: 0;
}

.info-panel-buttons .info-panel-button .tooltip.active {
    visibility: visible;
}

.info-panel-buttons .info-panel-button:hover .tooltip {
    opacity: 1;
}

.info-panel-buttons .info-panel-button:hover {
    transform: scale(1.1);
    box-shadow: 0px 2px 20px 0px #00000055;;
}

.info-panel-buttons .restart-button {
    background: rgba(255, 255, 255, 0.8);
    color: #2f2f2f;
    font-weight: 500;
}

.info-panel-buttons .restart-button .fas {
    margin-right: 10px;
}

.info-panel-buttons .more-like-this {
    background-color: #202020cc;
    color: white;
}

.appletv-video-controls .video-click-block {
    position: absolute;
    display: flex;
    height:100vh;
    width: 100vw;
}

.appletv-video-controls .watch-arrow {
    opacity: 1;
    top: 0;
    left: 2vw;
}

.appletv-video-controls .watch-arrow img {
    width: 2vw;
    opacity: .7;
}

.appletv-video-controls .watch-arrow img:hover {
    opacity: 1;
}

.appletv-video-controls .video-controls img {
    width: 2.25vw;
}

.appletv-video-controls .fullscreen img {
    width: 1.75vw;
}

.appletv-video-controls .pilotly-bar-button-seek {
    padding: 0 !important;
    display: flex !important;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: row;
    position: relative;
}

.appletv-video-controls .current-timestamp {
    justify-content: flex-start;
}
.appletv-video-controls .total-timestamp {
    justify-content: flex-end;
}

.appletv-video-controls .seek-control-container {
    position: sticky;
    width: 100%;
    height: 50px;
}

.appletv-video-controls .seek-control-container .seek-bar {
    border-radius: 7px;
    cursor: pointer;
    width: 100%;
    height: 7px;
}

.appletv-video-controls .seek-control-container .seek-bar-progress {
    background: white;
    height: 7px;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
    opacity: .6;
}

.appletv-video-controls .seek-control-container .seek-bar-handle {
    height: 9px;
    width: 4px;
    border-radius: 7px;
}

.appletv-video-controls .seek-control-container .timestamp-preview {
    position: absolute;
    bottom: 40px;
    width: 225px;
    opacity: 0;
    transition: opacity .6s;
}

.appletv-video-controls .seek-control-container .display {
    opacity: 1;
}

.appletv-video-controls .seek-control-container .timestamp-preview img {
    border-radius: 10px;
    width: 100%;
}

.appletv-video-controls .seek-bar-timestamp {
    padding: 0;
    align-items: center;
    display: flex;
    width: 45px;
}

.apple-player-controls .volume-control {
    width: 100px;
    -webkit-appearance: none;
    border-radius: 3px;
    border: none;
    background: #efefefb6;
    height: 4px;
    margin-left: 15px;
}

.appletv-svod .skip-button {
    background-color: #daeaee;
    border: none;
    border-radius: 10px;
    width: 10vw;
    height: 3.5vw;
    transition: all .25s;
    font-size: 1.2vw;
    position: absolute;
    right: 3vw;
    bottom: 4vh;
    color: #000;
    font-weight: 500;
}

.appletv-svod .skip-button:hover {
    transform: scale(1.1);
}

.appletv-video-controls .rating-animation {
    position: absolute;
    top: 4vh;
    left: 4vh;
    height: 10vh;
    width: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    transition: opacity 1s;
}

.appletv-video-controls .rating-animation.active {
    opacity: 1;
}

.appletv-video-controls .rating-animation .animated-rating-text {
    font-size: 4vh;
    line-height: 3.5vh;
    height: 10vh;
    width: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    font-family: sans-serif;
}

.appletv-video-controls .rating-animation .animated-line {
    height: 0px;
    width: 1.5px;
    background: white;
    border-radius: 10px;
}

.fadein {
    animation-duration: 1s;
    animation-name: fadein;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}

.expanddown {
    animation-duration: 1s;
    animation-name: expanddown;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}
  
  @keyframes fadein {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }

  @keyframes expanddown {
    from {
      height: 0px;
    }
  
    to {
      height: 100%;
    }
  }

/* Footer */
.appletv-svod footer {
    height: 80px;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    padding: 0px 5vw;
    background: #c4c4c4;
    color: #000;
}

.appletv-svod footer img {
    filter: invert(1);
}


/* Modal */
#svod-modal-appletv {
    border-radius: 10px;
    padding: 15px;
}

#svod-modal-appletv .yes-modal-btn {
    margin: 0 24px 24px;
    background-color: #daeaee;
    font-weight: 500;
    transition: all .15s;
    border-radius: 10px;
    font-size: 1.1vw;
    box-shadow: none;
    color: #0D0D0D;
    text-transform: none;
    font-family: "-apple-system",BlinkMacSystemFont,"-webkit-system-font","Malgun Gothic","Segoe UI","Helvetica Neue",Helvetica,sans-serif;
}

#svod-modal-appletv .yes-modal-btn:hover {
    transform: scale(1.1);
}

#svod-modal-appletv .no-modal-btn {
    margin: 0 24px 24px;
    background-color: #4b4947 !important;
    font-weight: 500;
    transition: all .15s;
    border-radius: 10px;
    font-size: 1.1vw;
    box-shadow: none;
    color: white;
    text-transform: none;
    font-family: "-apple-system",BlinkMacSystemFont,"-webkit-system-font","Malgun Gothic","Segoe UI","Helvetica Neue",Helvetica,sans-serif;
}

#svod-modal-appletv .no-modal-btn:hover {
    transform: scale(1.1);
}

.appletv-svod .current-billboard-image {
    transition: all 0.25s linear;
    mask-image: linear-gradient(180deg, #000000 80%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(180deg, #000000 80%, rgba(0, 0, 0, 0) 100%);
}

.appletv-svod .current-billboard-image.image-loaded {
    opacity: 1;
}

.appletv-svod .current-billboard-image.image-loading {
    opacity: 0;
}

.appletv-svod .dynamic-billboard-title {
    width: 25%;
    position: absolute;
    top: 15%;
    left: 4%;
    color: #fff;
    text-shadow: 2px 2px 2px #333;
}

.appletv-svod .dynamic-billboard-title img {
    width: 75%;
}

.appletv-svod .dynamic-billboard-title .fa-circle {
    font-size: 3px;
    position: relative;
    top: -4px;
}

.appletv-svod .dynamic-billboard-title p.billboard-meta-data {
    font-size: 20px;
    color: #bbb;
    text-shadow: 0px 0px 0px #333;
}

.appletv-svod .dynamic-billboard-title p.billboard-description {
    font-size: 17px;
    margin-top: 5px;
}

.appletv-svod .dynamic-billboard-wrapper {
    position: relative;
}

.appletv-svod .dynamic-billboard-wrapper .billboard-video {
    position: absolute;
    z-index: 0;
}

.appletv-banner-wrapper {
    height: 285px;
}

.appletv-banner-description {
    text-align: center;
    width: 630px;
    color: white;
    opacity: 0.6;
}

.included-appletv-plus-widget {
    position: relative;
    min-height: 535px;
    overflow: hidden;
}

.included-appletv-plus-widget img.widget-banner {
    position: absolute;
} 

.included-appletv-plus-widget .index-item {
    min-width: 225px;
}

.included-appletv-plus-widget .image-container {
    width: 225px;
    height: 127px;
}

.showpage-index .apple-showpage-bottom-section .apple-showpage-content .included-appletv-plus-widget .category-list {
    padding: 0px 0px 0px 15px;
    height: 145px;
}

.included-appletv-plus-widget .slider {
    top: 370px;
    padding: 0px 10px;
}

.included-appletv-plus-widget .thumbnail-container-appletv .item-title{
    bottom: -40px;
    z-index: 1;
    opacity: 1;
    font-size: 12px;
    font-weight: 200;
    text-align: left;
    padding-left: 6px;
}

.included-appletv-plus-widget .thumbnail-container .scrollButton {
    height: 150px;
}

.included-appletv-plus-widget .billboard-details-wrapper {
    position: absolute;
    letter-spacing: 0;
    max-width: 395px;
    top: 155px;
    left: 25px;
}

.included-appletv-plus-widget .billboard-details-wrapper .widget-title {
    margin: 0px 0px 8px 0px;
    font-weight: 400;
    font-size: 12px;
    word-wrap: break-word;
    opacity: .7;
}

.included-appletv-plus-widget .billboard-details-wrapper h5 {
    margin: 0px 0px 5px 0px;
    font-size: 23px;
    word-wrap: break-word;
}

.included-appletv-plus-widget .billboard-details-wrapper .widget-description {
    margin: 0px 0px 8px 0px;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.29412;
    word-wrap: break-word;
    opacity: .7;
}