.schedule-section-title {
    width: 100%;
    height: 75px;
    background: #1a1e21;
    border-radius: 8px;
    display: flex;
}

.schedule-section-title>h4 {
    position: relative;
    top: 7px;
}

.schedule-head-banana {
    margin: 0 auto;
    width: 728px;
    height: 180px;
}

/* FIXED: ultimate banana */
.schedule-head-banana div:nth-child(1){
    margin: 0 auto;
    width: 728px;
    height: 180px;
}

.schedule-table {
    color: #fff !important;
}

.schedule-table>tbody>tr {
    height: 126px;
}

.sport-name {
    color: #fff !important;
}

.match-time {
    color: #fff !important;
}
.match-title {
    max-width: 460px;
    word-wrap: break-word;
    margin:10px;
    font-size: 18px;
    color:#fff;
}

.schedule-channel-button {
    margin: 5px;
    border-radius: 4px;
}

.schedule-channel-button:hover {
    opacity: 0.8;
}

.player-container {
    position: relative;
    width: 100%;
}

#video {
    width: 100%;
}