#loading{ width: 100vw; height: 100vh; top: 0; left: 0; right: 0; bottom: 0; position: fixed; z-index: 5000; background-color: #dccbe7; color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex-direction: column; flex-wrap: wrap; font-size: 30px; } #loading p{ font-size: 14px; text-align: center; display: block; clear: left; margin-top: 10px; } .loaderTwo{ width: 100%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #dccbe7; background-color: #FFFFFF; display: none; } figure video { max-width: 100% !important; }

LOADING