/* Snow banner */
.snow {
    font-family: FS Albert Bold, Open Sans, Verdana, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif
}

.container .snow {
    background-color: none;
    color: #fff;
    position: relative;
    /* margin-left: -15px !important; */
}

.snow {
    margin: 0 auto;
    position: relative
}

.i-large, .i-medium, .i-small {
    bottom: 0;
    left: -15;
    position: absolute;
    right: -15;
    top: 0
}

.i-large {
    -webkit-animation: j 2s linear infinite;
    animation: j 2s linear infinite;
    background: url(http://maclierop.nl/img/christmas/snow_large.png) repeat 0 0
}

.i-medium {
    -webkit-animation: j 12s linear infinite;
    animation: j 12s linear infinite;
    background: url(http://maclierop.nl/img/christmas/snow_medium.png) repeat 0 0
}

.i-small {
    -webkit-animation: j 27s linear infinite;
    animation: j 27s linear infinite;
    background: url(http://maclierop.nl/img/christmas/snow_small.png) repeat 0 0
}

@-webkit-keyframes j {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 413px
    }
}