#spectrogram {
    width: 100%;
    height: auto;
}

#spectrogram:fullscreen {
    width: 100vw;
    height: 100vh;
    background-color: black;
}