/* Preloader Layout */
.dds-preloader {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    z-index: 9999;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: black;
}
.dds-animation-pulse { width: 14.5rem; }
@media (min-width: 1199px) {
    .dds-animation-pulse { width: 20rem; }
}
