
.snowflake-animation {
    transition: opacity .5s;
    width: 100vw; top: 50px; left: 50%;
    z-index: 6;
}

.snowflake-animation .ha-left-lines,.snowflake-animation .ha-right-lines{
    stroke-dasharray:5;
    -webkit-animation:dash 12s linear infinite;
    animation:dash 12s linear infinite;
    color: white;
}

.snowflake-animation-label{
    opacity:1
}

@keyframes dash {
    to {
        stroke-dashoffset: 500;
    }
}


.dl-video {
    width: 70px;
    height: 70px;
    position: absolute;
    min-height: initial;
    float: none;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100%;
}