*{
    margin:0;
    padding:0;
}

body {
    text-align: center;
}

.video_player {
    position: relative;
    display: inline-block;
    overflow:hidden;
}

video {
    width: 100%;
    aspect-ratio: 16/9;
}

#controles-custom {
    position: absolute;
    bottom:0;
    left: 0;
    background:rgba(0,0,0,0.4);
    width: 100%;
    padding: 10px;
}