#introVideoWrapper,#preloader{align-items:center;background:#000;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.spinner{animation:spin 1s linear infinite;border:6px solid #47ba90;border-radius:50%;border-top-color:transparent;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#introVideoWrapper{display:none}#introVideo{height:100%;object-fit:cover;width:100%}