.carousel-frontpaged-spotlight,
.youtube-player {
    height: 25rem;
}

.carousel-frontpaged-spotlight iframe {
    z-index: 0 !important;
}

.carousel-frontpaged-spotlight .item {
    width   : 100%;
    height  : 25rem;
    position: relative;
}

.carousel-frontpaged-spotlight .item img {
    height    : 100%;
    object-fit: cover;
}

.carousel-frontpaged-spotlight .item .title {
    position           : absolute;
    left               : 0;
    bottom             : 0;
    width              : 100%;
    /* height          : 4rem; */
    background-image   : linear-gradient(transparent, rgba(15, 15, 15, 0.9));
}

.owl-dots{
    display: none;
}

.section-daily-news ul li:hover,
.section-oversea-chinese-news ul li:hover {
    background-color: #f7f7f7;
    transition      : 100ms;
}

.section-daily-news ul hr:last-child,
.section-oversea-chinese-news ul hr:last-child {
    display: none;
}

.section-southern-forum .count {
    width: 3rem;
}

.section-southern-forum .replies,
.section-southern-forum .views {
    width: 5rem !important;
}

.section-southern-forum .date {
    width: 7rem !important;
}

.frontpaged-list li .ranking {
    font-family: 'Righteous', cursive;
    font-size  : 1.2rem;
    line-height: 2.5rem;
}

.frontpaged-list li .title {
    line-height: 2.5rem;
    font-size  : 0.9rem;
}

.tabs i{
    font-size  : 1rem;
    line-height: 2rem;
}
.tabs h2 {
    font-size  : 1rem;
    line-height: 2rem;
}

@media (min-width: 1200px) {
    .container {
      max-width: calc(100vw - 5px)!important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px!important;
    }
}

@media (max-width: 767px) {

    .carousel-frontpaged-spotlight,
    .youtube-player {
        height: 15rem;
    }

    .carousel-frontpaged-spotlight .item {
        height: 15rem;
    }
}