button.chatBoxAction {
    font-size: 12px;
    line-height: 1;
}
.chat_container {
    min-height: auto;
}

.video_match #video {
    height: 593px; 
}

@media (max-width: 767px) {
    .video_match #video {
        height: auto;
    }

    .video_match {
        padding-bottom: 0;
        background-color: transparent;
    }
   
}

.video_match img {
    height: auto;
}

#wide-nav {
    min-height: auto !important;
    padding: 12px 0;
    background: #2C3339;
    border-bottom: 1px solid #51B025;
}

#wide-nav .flex-row.container {
 padding: 0;
}

#wide-nav .flex-row.container .a-marquee {
    background-color: rgb(25, 25, 25);
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    flex: 1 1 0%;
    white-space: nowrap;
    line-height: 30px;
}

.match_hot .tournament {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 22px;
}

.box_about h3 {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #F2F3F3;
    margin-bottom: 20px;
}
.table_top_bet th {
    text-transform: unset;
}

@media (max-width: 1280px) {
    .live_match .bottom {
        align-items: flex-start;
        flex-direction: unset;
    }
}

.video_match {
    height: auto;
    padding-bottom: unset;
    background: url(../img/spinner.gif) no-repeat center / 60px auto;
}

.banner-for-list-match {
    display: flex;
    justify-content: space-between;
}

.banner-for-list-match .banner-item {
    flex: 0 0 49%;
}

@media only screen and (max-width: 850px) {
    .banner-for-list-match .banner-item {
        flex: 1 !important
    }
    .none-on-mobile {
        display: none;
    }
}

.box_right .banner {
    background-color: transparent;
}

iframe#chat_cbox {
    max-height: 650px;
}