/* Custom */
h1{
    color:white;
}

/* Header */
@media (max-width: 767px) {
    .head .logo-brand {
        margin: 4px 0 0 0;
    }
    .wn-btn-app{
        display:block !important;
    }

    .wn-btn-app a{
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        margin-left: 10px;
    }
    .head .margin{
        padding-right: 10px;
    }
}
/* Footer */
.bottom-navigation .foot-table-box {
    bottom: auto;
    top: 60px;
}

/* @media screen and (max-width:767px){
    body.theme2{
        padding-top: 50px;
    }
} */

.between-to-center {
    justify-content: center !important;
}



.mobile-only {
    display: block;
}

.desktop-only {
    display: none !important;
}

@media (max-width: 767px) {
    .desktop-only {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
}

/* Art */
.tim-content iframe {
    margin: auto !important;
    max-width: 100%;
    width: 800px !important;
    /* height: auto; */
}

/* Video */
.player-left{
    background-color: transparent;
    overflow: scroll;
}
.player {
    max-width: 1920px;
    margin: auto;
}

.wn-sub-type ul{
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}
.wn-sub-type ul li{
    color:white;
    margin-right: 10px;
    margin-bottom: 5px;
    white-space: nowrap;
}
.public-list-button .time-title{
    height: auto !important;
}

@media (max-width: 767px){
    .vod-detail .left .detail-pic {
        padding-top: 67%;
    }
}

/* Play page */
.player .player-box{
    display: flex;
    position: static;
    width: 100%;
}
.player .player-box .player-left{
    width: 80%;
    margin-right: 0;
}
.plist-body{
    max-height: 800px;
}
.player .player-box .player-right{
    width: 20%;
}
.footer .footer-bottom .box-width{
    max-width: 100%;
}



/* Temp */
.msg-error{
    display: none !important;
}

/* Ads */
.ec-ad img{
    width: 100%;
}


