/* Videos */
.home_channel_videos h2 {
    font-size: 3em;
    font-weight: 200;
    line-height: 58px;
    letter-spacing: -0.01em;
    word-spacing: 0.01em;
    margin-bottom: 20px;
    color: #000;
    margin-top: 80px;
}

.home_channel_videos hr {
    margin-bottom: 0;
}

/* Spotlight & Video >> bottom height */
.container .spotlight_owl_carousel, .container .videos_owl_carousel {
    margin-top: -10px;
    margin-bottom: 90px !important;
}

@media all and (max-width: 480px) {
    .home_channel_videos .container {
        padding-left: 15px!important;
    }
}

/* 新的 >> 維持標題高度 : */
@media (max-width: 767px) {
    .videos-item .caption {
        min-height: 64px;
    }
}

/* 比手機大-筆平板小-解析度 */
@Media (min-width: 414px) and (max-width: 600px) {
    .videos-item .caption {
        min-height: unset;
    }
}

/* 平板電腦、橫向手機和一般桌機解析度 */
@Media (min-width: 992px) and (max-width: 1199px) { 
    .videos-item .caption {
        min-height: 64px;
    }
}