/* Smart TV poster play-button alignment fix. */
.latest-movie-img-container {
    position: relative !important;
    overflow: hidden;
}

.latest-movie-img-container > .movie-img {
    position: absolute !important;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.latest-movie-img-container > .movie-img > * {
    pointer-events: auto;
}

.latest-movie-img-container > .movie-img > .ico-play,
.latest-movie-img-container > .movie-img > .ico-play-sm {
    position: absolute !important;
    inset: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    z-index: 20;
}

.latest-movie-img-container > .movie-img > .ico-play .play-svg {
    width: 50px;
    height: 50px;
    max-width: 34%;
    max-height: 34%;
    margin: 0;
}

.latest-movie-img-container .overlay-div:before,
.latest-movie-img-container .overlay-div:after {
    z-index: 10;
}

.latest-movie-img-container .movie-title {
    z-index: 30;
}

.latest-movie-img-container .video_quality,
.latest-movie-img-container .total_episodes {
    z-index: 40;
}
