﻿/* Theme White - Movie */

/* Index */
.section-movie .item {
    margin-bottom: 1rem;
}

    .section-movie .item .title {
        font-weight: normal;
        margin-top: 0.25rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        max-height: 3rem;
    }

/* Responsive YouTube embed */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

@media (min-width: 576px) {
    /* 分享 */
    .section-movie .share-wrapper {
        margin-top: 1.5rem;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
