.mlv-container {
    max-width: 100%;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

video {
    width: 100%;
    height: auto;
    display: block;
}
