.video-player-widget{
    aspect-ratio: 16 / 9;
    margin: 0;
    padding: 0;
    align-items: start;
	width:100%;
}

.video-player-widget video {
    -o-object-fit: cover;
    object-fit: cover;
}
.video-player-widget video{
    background-color: #000;
    border: none;
    display: flex;
    height: 100%;
    width: 100%;
}
.video-player-widget video {
    border: none;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    width: 100%;
}