diff --git a/Html-files/Licensing.html b/Html-files/Licensing.html index 97ada69a..4490c67f 100644 --- a/Html-files/Licensing.html +++ b/Html-files/Licensing.html @@ -112,6 +112,49 @@ background-color: #b80d0d; z-index: 9999; } + +#preloader { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: #f6f5f5; + display: flex; + justify-content: center; + align-items: center; + z-index: 9999; +} + +#preloader-video { + width: 200%; + height: auto; + max-width: 600px; +} + + +@media (max-width: 780px) { + +#preloader { + position: fixed; + top: 0; + left: 0; + width: 48%; + height: 48%; + background: #f6f5f5; + display: flex; + justify-content: center; + align-items: center; + z-index: 9999; +} +#preloader-video { + width: 100%; + height: auto; + max-width: 600px; +} +} + +
@@ -544,5 +587,27 @@