/* -- */

/* PAGE = [MOVIES] */
/* ------------------------------- */

.movie-card {
    margin-bottom: 20px;
}

.movie-card-top {
    position: relative;
    display: block;
}


.movie-picture {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-color: #FFF; */
    background-color: #003DA5;
    width: 100%;
    height: 100%;
    /* min-height: 330px; */
}

.movie-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 12px 12px 0px 12px;
    text-align: center;
    font-weight: 500;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 0.17px;

    color: #FFFFFF;

}

.movie-info .meta {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.movie-info:first-child {
    font-weight: 500;
    font-size: 56px;
    line-height: 48px;
}

/* .movie-card-top:hover .movie-info {
opacity: 1;
} */

.movie-card-bottom {
    margin: 0 auto;
    padding-top: 20px;
    text-align: left;
}

.movie-card-bottom .meta{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.17px;
    color: #7291C6;
}


.movie-title {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.17px;
    color: var(--body-color);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.movie-year {
    font-size: 14px;
}

.movie-video {
    filter: drop-shadow(0px 2px 6px rgba(0, 61, 165, 0.3));
}

.movie-info.row .text-limit {
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

@media (max-width: 578px) {
    .movie-info.row .text-limit {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}


.btn-xs, .btn-group-xs>.btn {
    font-size: 14px;
    font-weight: unset;
    padding: 4px 16px !important;
    cursor: unset !important;
    margin: 8px 4px;
}
.btn-lightblue {
    background-color: #8899C7 !important;
    border-color: #8899C7 !important;
    color: #FFF;
}
/* -- */


.tools-main .product_content p>iframe {
    max-width: 100% !important;
    height: 100% !important;
    width: 100% !important;
    border: 0 !important;
}