.uploadPageContentPreUpload{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:100vh;max-width:100vw}.uploadPageContentPreUpload .editPostForm{width:100%;background-color:var(--tertiary-background-color);padding:.25rem;box-sizing:border-box;border-radius:var(--primary-border-radius);min-height:50dvh;display:flex;justify-self:center;align-items:center}.uploadPageContentPreUpload .editPostForm .mainFields{width:100%;height:100%}.uploadPageContentPreUpload .editPostForm .mainFields .videoUploader{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;width:100%;height:100%;justify-self:center}@media only screen and (min-width:768px){.uploadPageContentPreUpload .editPostForm{max-width:1323px;display:flex;justify-content:center;align-items:center}.uploadPageContentPreUpload .editPostForm .mainFields{max-width:768px}}