#video-news-events-234 {
    max-width: 100%;
}

#video-news-events-234 video {
    clip-path: inset(0px 0px) !important;
    cursor: pointer;
    width: 100%;
    background-color: #2a2827 !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.controls {
    background: #343230;
    /*color: #fff;*/
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: -1px;
}

.controls .btn {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.controls .fa-play {
    color: rgb(241, 173, 156);;
}

.controls .fa-stop {
    color: rgb(241, 173, 156);;
}

.controls .fa-pause {
    color: #fff;
}

.controls .timestamp {
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
}

.btn:focus {
    outline: 0;
}
