.burlington-preloader {
    display: none;
    height: 100px;
    position: fixed;
    opacity: 0.8;
    height: 100vh;
    z-index: 9999;
    background: #141414;
    width: 100vw;
}

.burlington-loader-text {
    text-align: center;
    color: #fff;
    padding-top: 15px;
}