.todaythemtitle a {
    font-size: 18px !important;
    line-height: 26px !important;
}

.live_popup {
    width: 220px;
    padding: 10px 10px;
    position: fixed;
    left: 37px;
    bottom: 13px;
    box-shadow: 4px 2px 20px 0px #898989;
    opacity: 0;
    transition: opacity 0.5s;
    display: none;
    background-color: #fff;
}

.show {
    /* visibility: visible; */
    display: unset;
    opacity: 1;
    z-index: 1;
}

.live_popup_video {
    margin-top: 10px;
    position: relative;
}

.live_popup_video_overlay {
    position: absolute;
    width: 220px;
    height: 131px;
}

.live_popup_video iframe {
    /* width: 220px; */
    width: 100%;
    height: 131px;
}

.live_popup_title {
    font-family: bpg_arialregular;
    font-size: 15px;
    color: #676767;
    min-height: 47px;
}

.live_popup_close {
    width: 31px;
    height: 31px;
    border-radius: 100%;
    background-color: #0058a8;
    position: absolute;
    top: -18px;
    right: -18px;
    text-align: center;
    cursor: pointer;
}

.live_popup_close span {
    color: white;
    font-size: 27px;
}

.nextarticle {
    z-index: 999
}