snowfall.noshow{
    display: none;
}


snowfall {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    font-size: 40px;
    overflow: hidden;
    pointer-events: none;
}

snowfall snowflake {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100px;
    height: 100px;
}

snowfall snowflake span {
    align-self: center;
}

snowfall snowflake img {
    align-self: center;
    width: 20px;
}

snowfall snowflake:nth-child(10) {
    animation: animation-snowflake-10 linear infinite;
    animation-duration: 11.6s;
    animation-delay: 0s;
}

@keyframes animation-snowflake-10 {
    0% {
        left: 5%;
        top: 60%;
        transform: scale(.853) rotate3d(.55, .12, .29, 0deg);
        opacity: 1;
    }

    100% {
        left: 100%;
        top: 100%;
        transform: scale(.853) rotate3d(.89, .15, .88, -1051deg);
        opacity: 0;
    }
}

snowfall snowflake:nth-child(9) {
    animation: animation-snowflake-9 linear infinite;
    animation-duration: 10.1s;
    animation-delay: -1.1s
}

@keyframes animation-snowflake-9 {
    0% {
        left: 0%;
        top: 45%;
        transform: scale(1.089) rotate3d(.53, .28, .7, 0deg);
        opacity: 1;
    }

    100% {
        left: 70%;
        top: 100%;
        transform: scale(1.089) rotate3d(.2, .34, .61, 839deg);
        opacity: 0;
    }
}

snowfall snowflake:nth-child(8) {
    animation: animation-snowflake-8 linear infinite;
    animation-duration: 12.2s;
    animation-delay: -13.1s;
}

@keyframes animation-snowflake-8 {
    0% {
        left: 0%;
        top: 45%;
        transform: scale(1.267) rotate3d(.12, .05, .67, 0deg);
        opacity: 1;
    }

    100% {
        left: 88%;
        top: 100%;
        transform: scale(1.267) rotate3d(.83, .53, .26, 1210deg);
        opacity: 0;
    }
}

snowfall snowflake:nth-child(7) {
    animation: animation-snowflake-7 linear infinite;
    animation-duration: 14.4s;
    animation-delay: -8.3s;
}

@keyframes animation-snowflake-7 {
    0% {
        left: 5%;
        top: 50%;
        transform: scale(.735) rotate3d(.19, .67, .92, 0deg);
        opacity: 1;
    }

    100% {
        left: 99.9%;
        top: 100%;
        transform: scale(.735) rotate3d(.61, .2, .61, 732deg);
        opacity: 0;
    }
}

snowfall snowflake:nth-child(6) {
    animation: animation-snowflake-6 linear infinite;
    animation-duration: 10.1s;
    animation-delay: -1.6s;
}

@keyframes animation-snowflake-6 {
    0% {
        left: 0%;
        top: 40%;
        transform: scale(.843) rotate3d(.91, .22, .24, 0deg);
        opacity: 1;
    }

    100% {
        left: 77.6%;
        top: 100%;
        transform: scale(.843) rotate3d(.28, .42, .7, -1136deg);
        opacity: 0;
    }
}

snowfall snowflake:nth-child(5) {
    animation: animation-snowflake-5 linear infinite;
    animation-duration: 15s;
    animation-delay: -15.8s;
}

@keyframes animation-snowflake-5 {
    0% {
        left: 0%;
        top: 15%;
        transform: scale(1.273) rotate3d(.43, .12, .5, 0deg);
        opacity: 1;
    }

    100% {
        left: 100%;
        top: 100%;
        transform: scale(1.273) rotate3d(.85, .92, .24, 756deg);
        opacity: 0;
    }
}

snowfall snowflake:nth-child(4) {
    animation: animation-snowflake-4 linear infinite;
    animation-duration: 8.9s;
    animation-delay: -8.3s;
}

@keyframes animation-snowflake-4 {
    0% {
        left: 30%;
        top: 20%;
        transform: scale(.733) rotate3d(.59, .92, .35, 0deg);
        opacity: 1;
    }

    100% {
        left: 120%;
        top: 100%;
        transform: scale(.733) rotate3d(.1, .92, .88, -1240deg);
        opacity: 0;
    }
}

snowfall snowflake:nth-child(3) {
    animation: animation-snowflake-3 linear infinite;
    animation-duration: 11s;
    animation-delay: -14.6s;
}

@keyframes animation-snowflake-3 {
    0% {
        left: 10%;
        top: 20%;
        transform: scale(.985) rotate3d(.07, .47, .03, 0deg);
        opacity: 1;
    }

    100% {
        left: 120%;
        top: 100%;
        transform: scale(.985) rotate3d(.71, .56, .29, -1298deg);
        opacity: 0;
    }
}

snowfall snowflake:nth-child(2) {
    animation: animation-snowflake-2 linear infinite;
    animation-duration: 14.3s;
    animation-delay: -7.3s;
}

@keyframes animation-snowflake-2 {
    0% {
        left: 4%;
        top: 15%;
        transform: scale(.756) rotate3d(.09, .66, .96, 0deg);
        opacity: 1;
    }

    100% {
        left: 120%;
        top: 90%;
        transform: scale(.756) rotate3d(.9, .7, .22, -1393deg);
        opacity: 0;
    }
}

snowfall snowflake:nth-child(1) {
    animation: animation-snowflake-1 linear infinite;
    animation-duration: 12.4s;
    animation-delay: -14.9s;
}

@keyframes animation-snowflake-1 {
    0% {
        left: 0%;
        top: 10%;
        transform: scale(.656) rotate3d(.08, .14, .22, 0deg);
        opacity: 1;
    }

    100% {
        left: 53.2%;
        top: 100%;
        transform: scale(.656) rotate3d(.58, .99, .13, 729deg);
        opacity: 0;
    }
}

@media (max-width: 480px) {

    snowfall snowflake img{
        width: 8px;
    }

}