.front-page-section-5 {
    margin-bottom: 20px;
}
.video-section{
    margin-bottom: 20px !important;
}

@media (max-width: 768px){
    .video-section {
        padding: 0 20px;
    }
}

.homepage-video-frame-wrapper {
    width: 70%;
    max-width: 70%;
    flex: 0 0 70%;
}

.homepage-video-detail-wrapper .title-logo {
    width: 70%;
}

.homepage-video-detail-wrapper .title-logo img {
    width: 100%;
    height: auto;
}

.homepage-video-detail-wrapper .title {
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 8px;
}

.homepage-video-detail-wrapper .date {
    font-size: 11px;
    font-weight: normal;
    font-family: 'Noto Sans';
    color: #FFFFFF;
}

.homepage-video-detail-wrapper .share {
    padding: 10px 0px;
}

.homepage-video-detail-wrapper .more button {
    background-color: #c10000;
    color: #ffffff;
    padding: 5px 20px;
    font-size: 15px;
    border: none;
}

@media (max-width:599px) {

    .homepage-video-detail-wrapper{
        padding-top:10px;
        padding-bottom:10px;
    }    

    .homepage-video-detail-wrapper,
    .homepage-video-frame-wrapper {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .video-title-logo-wrapper {
        /* height: 30px !important; */
        padding: 5px !important;
    }

    .video-title-logo-wrapper span {
        font-size: 18px !important;
    }

    .homepage-video-detail-wrapper .title-logo {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .homepage-video-detail-wrapper .title {
        font-size: 16px;
        padding-top: 5px;
    }

    .homepage-video-detail-wrapper .date {
        font-size: 15px;
        text-align: right;
    }

    .homepage-video-detail-wrapper .share .share-btns {
        justify-content: flex-end;
    }

    .homepage-video-detail-wrapper .more {
        width: 100%;
        margin-top: -43px;
    }

    .homepage-video-detail-wrapper .more button {
        font-size: 16px;
    }
}


/* all NEW video CSS from here*/

.homepage-video-frame-wrapper {
    position: relative;
}

/* this for modal popup targeting fb video*/
/* .ModalVideo__item iframe,
.ModalVideo__item object,
.ModalVideo__item embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */


/* .ModalVideo__item #single-video-player-fb iframe,
.ModalVideo__item #single-video-player-fb object,
.ModalVideo__item #single-video-player-fb embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.facebook-responsive {
    overflow:hidden;
    position:relative;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.hot-color-2 {
    background: #ffeabc;
}

@media (min-width: 768px) {
    .video-post-full-width .video_wrapper {
        padding: 5px 40px;
    }
}

.video_wrapper .tabs-category_extra {
    position: relative;
    height: 49px;
}

@media (min-width: 768px) {
    .video-post-full-width .tabs-category_extra {
        text-align: center;
    }

    .video-post-full-width .tabs-category_extra .category_title {
        text-align: left;
    }
}

.hot-color-2 .video_wrapper .category_title i {
    background: #fdd784;
    background: -moz-linear-gradient(top, #fdd784 0%, #ff9211 100%);
    background: -webkit-linear-gradient(top, #fdd784 0%, #ff9211 100%);
    background: linear-gradient(to bottom, #fdd784 0%, #ff9211 100%);
}

.video_wrapper .category_title i {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgb(0, 135, 255);
    background: linear-gradient(0deg, rgba(0, 135, 255, 1) 0%, rgba(13, 143, 255, 1) 10%, rgba(118, 203, 255, 1) 90%, rgba(131, 210, 255, 1) 100%);
    vertical-align: top;
}

.video_wrapper .category_title i img {
    width: 20px;
    margin-left: 12px;
    margin-top: 6px;
}

.hot-color-2 .video_wrapper .category_title span,
.hot-color-2 .video_wrapper .category_title i {
    background: #fdd784;
    background: -moz-linear-gradient(top, #fdd784 0%, #ff9211 100%);
    background: -webkit-linear-gradient(top, #fdd784 0%, #ff9211 100%);
    background: linear-gradient(to bottom, #fdd784 0%, #ff9211 100%);
}

.video_wrapper .category_title span {
    display: inline-block;
    padding: 5px 15px;
    font-size: 20px;
    background: rgb(0, 135, 255);
    background: linear-gradient(0deg, rgba(13, 143, 255, 1) 0%, rgba(118, 203, 255, 1) 100%);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #ffffff;
    margin-top: 5px;
    vertical-align: top;
    height: 40px;
}


.homepage-video-detail-wrapper {
    padding: 20px;
    background-color: #000;
}

.newsflash-inner-block .homepage-video-detail-wrapper {
    padding: 5px 20px;
    background-color: unset;
    background-image: linear-gradient(transparent, #464646);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.newsflash-inner-block .tv-frame-col-left-md:hover .homepage-video-detail-wrapper {
    display: none !important;
}

.video-post-full-width .video_wrapper {
    padding: 25px 40px 10px 40px;
}

#ModalVideo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    max-width: 100% !important;
    /* height:-webkit-fill-available !important; */
    padding: 3px;
    border-radius: 7px;
    background-color: #575555;
    border: 1px solid #000;
    z-index: 1111111;
    display: none;
}
#ModalVideo video {
    width: 100%;
    height: 100%;
    display: block;
}
.ModalVideo__item {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #151515;
}
#video_popup_Block {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    background-color: #000000eb;
    display: none;
    z-index: 111111;
}
#close_video_popUp {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    background-color: #333;
    padding: 2px 5px;
    border-radius: 5px;
    z-index: 99999;
}

.cat-posts-list-item-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* @media (min-width: 768px) {
    #mainvidTV {
        min-height:300px;
    }
} */

@media (min-width: 768px) {
    .video-post-full-width .video_wrapper {
        padding: 5px 40px;
    }
}

.video-section.candidatevideo{
    background-color: #ffeabc
}

.live-bar-wrapper-small{
    /* position: absolute;
    z-index: 999;
    top:0;
    left:5;
    overflow: hidden;
    height: 100px; */
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    overflow: hidden;
    height: 100px;
  }
  .live-bar-wrapper-small .live-bar-container {
    /* overflow: hidden;
    position: relative;
    background-image: url(/img/live_bar_small.png);
    height: 30px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: 220px 30px;
    transform: rotate(-45deg);
    margin-left: -54px;
    margin-top: -5px; */
    overflow: hidden;
    position: relative;
    width: 63px;
    height: 28px;
    background-color: #E40402;
    background-repeat: no-repeat;
    background-size: 220px 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 28px;
  }
  .live-bar-wrapper-small .live-bar-container p {
    font-size: 10px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #FFFFFF;
  }
  
  @media (max-width:768px){
    .live-bar-wrapper-small{
        height: 60px;
    }
    .live-bar-wrapper-small .live-bar-container {
        height: 27px;
        width: 140px;
        background-size: 112px 27px;
        margin-left: -33px;
        margin-top: -6px;
    }
  }

.video-title-logo-wrapper {
    height: 60px;
    padding: 10px 30px;
    position: relative;
  }

.video-title-logo-wrapper img {
    height: 100%;
}

.video-title-logo-wrapper span {
    font-size: 21px;
    font-weight: bold;
    font-family: Noto Sans SC;
}

/* @media (max-width:768px){
    .video-title-logo-wrapper {
        height: 50px;
      }
} */


.main-category-video.election {
    overflow-y: hidden;
}

.main-category-video .cat-posts-list-item,
.mobile-posts-wall .cat-posts-list-item {
    margin-bottom: 15px;
}

.main-category-video .cat-posts-list-item .title,
.mobile-posts-wall .cat-posts-list-item .title {
    padding: 10px;
    font-size: 17px;
    color: #464646;
}

.main-category-video .cat-posts-list-item,
.mobile-posts-wall .cat-posts-list-item {
    height: 90%;
}

/* .main-category-video .cat-posts-list-item a {
display: flex;
flex-direction: column;
height: 100%;
padding-bottom: 10px;
} */

.main-category-video .cat-posts-list-item img,
.mobile-posts-wall .cat-posts-list-item img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.main-category-video .news-blog-tows,
.mobile-posts-wall .news-blog-tows{
height: auto;
} 

.main-category-video .meta,
.mobile-posts-wall .meta {
    display: flex;
    justify-content: flex-start;
    column-gap: 5px;
    padding: 0px 8px 5px 10px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #797979;
}

/* .main-category-video div[id^='homepage-latest-news-wrapper-'] {
	min-height:300px;
} */

.main-category-video .wrapper-title,
.mobile-posts-wall .wrapper-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #464646;
}

/* .main-category-video .cat-posts-list-item .cat-posts-list-img {
    position: relative;
} */

.main-category-video .cat-posts-list-item .cat-posts-list-img span,
.mobile-posts-wall .cat-posts-list-item .cat-posts-list-img span {
    background: #FFE261;
    background: linear-gradient(270deg, #FFCA39 0%, #353D5500 100%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    height: 50px;
    font-size: 15px;
    color: #FFFFFF;
    text-align: right;
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ivs-overlay .ivs-overlay-title {
    display: none;
}

.homepage-video-detail-wrapper .meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
    font-size: 11px;
    color: #797979;
}

.homepage-video-detail-wrapper .date{
	line-height: 20px;
}