:root {
    overflow: hidden;
    background: #000;
    min-width: 320px;
    min-height: 141px;
}
body {
    margin: 0;
    width: 100vw;
    height: 100vh;
}

#dvd {
    width: 320px;
    height: 141px;
    background-color: white;
    mask-image: url('DVD_logo.svg');
    position: absolute;
}