@import "../client/views/globalCssVariables.scss"; .audioUpload_cont { display: flex; justify-content: center; flex-direction: column; align-items: center; max-width: 400px; min-width: 400px; } .audio-upload { top: 100%; opacity: 0; } .audio-upload.active { top: 0; position: absolute; z-index: 999; height: 100vh; width: 100vw; opacity: 1; }